Skip to content

Releases: dpapathanasiou/simple-graph

Core SQL and templates

31 Dec 20:04
Compare
Choose a tag to compare

Efficient Traversals and Search

20 Jun 00:31
Compare
Choose a tag to compare

Bulk Operations

31 May 14:45
Compare
Choose a tag to compare
  • 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

09 May 21:55
Compare
Choose a tag to compare
v1.1.0

Notes on the schema and prepared statement separation

v1.0.1

10 Jan 17:54
Compare
Choose a tag to compare

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

26 Dec 16:08
Compare
Choose a tag to compare
Visualization via graphviz/dot: examples documented