News
GQLite 1.8 - Released
This new release of GQLite brings improvement for vector index, and support for MERGE and UNION.
GQLite 1.7 - Released
This new release of GQLite brings support for vector index, and a tensor value.
GQLite 1.6 - Released
This new release of GQLite brings a new lexer/parser, new gqls API and inital support for recursive queries.
Blog
GQLite - JavaScript bindings (wasm/napi)
We are bringing the first public release of our new JavaScript bindings, in two flavours, wasm for embedding in abrowser, and napi to use with nodejs.
GQLite 1.8.1 - Distincts and String Operators
A new minor version of GQLite has been released with support for string operators (CONTAINS, START_WITH, ENDS_WITH), DISTINCT and other bug fixes.
GQLite - Logos/Nom parser
Among the exciting new features coming with GQLite 1.6, there is a new parser based on logos for lexing and nom for parsing. This new parser, added to gqlpar...