Releases: dpapathanasiou/simple-graph
Releases · dpapathanasiou/simple-graph
Core SQL and templates
v2.1.0 v2.1.0
Efficient Traversals and Search
- New Common Table Expressions which return all objects along the path in a single connect-and-read transaction
- Now using the primary key to query a single node by id more directly (closing #9)
Bulk Operations
- Support for bulk operations (add, connect, remove) in a single transactions
- Unit tests for both implementations (python and go)
- Graphviz for both implementations
Common Table Expression traversals and schema/prepared statement separation
v1.1.0 Notes on the schema and prepared statement separation
v1.0.1
Minor updates:
- Foreign key checks are disabled in SQLite by default, so this explicitly enables them
- Corrected subtle bug in upsert, to do an insert if completely new versus merge and update
v1.0.0
Visualization via graphviz/dot: examples documented