GQLite 1.8.2 - Distincts and String Operators
A new minor version of GQLite has been released, including the following:
GQLsemantic for multi-hops traversal, and support forSHORTEST PATH.- Fix for
JavaScriptbindings when returning nodes. - Add gqlite.db.list_graphs() to CALL to return a list of available graphs.
Also we started a new documentation project based on mdbook. In this release, the book cover the OpenCypher query language, and its GQLite extensions. The book is part of the source code and can be browsed in the https://gitlab.com/auksys/GQLite/-/tree/v1.8.2/docs?ref_type=tags.
The demo is back, using HTML and the new gqlite-wasm module. We hope this will offer a more stable experience than embedding the egui gqlitebrowser.