Releases: AlgebraicJulia/AlgebraicRelations.jl
Releases · AlgebraicJulia/AlgebraicRelations.jl
v0.3.1
Release v0.3.0
- Added support for Catlab v0.13
- API modification: replaced the following functions with macros:
SchemaType => @db_schema
present_to_schema => @present_to_schema
Release v0.2.4
- Added support for Catlab v0.12
Release v0.2.3
- Added support for Catlab v0.11
Release v0.2.2
- Compatibility updated for Catlab 0.10
- Compatibility updated for AlgebraicPetri 0.6
Release v0.2.1
Critical bug fix in functor.jl
Release v0.2.0
- Back-end now uses ACSets to take advantage of new functionality in Catlab
- Visualization has been added for schemas and workflows
- Queries are now only defined by the
@query
macro, which uses relational syntax - Changed syntax for defining database schema
- Comparison operators are now available for queries
Release v0.1.0
Initial Release of AlgebraicRelations.jl with basic SQL generation functionality and a company-database example.