graphlite
v2.5.0
Published
SQLite query builder that supports json
Maintainers
Readme
Query SQLite data using graph notation and receive it as json (uses sqlite json1 builtin extension).
Installation
npm install graphlite --saveAnother related modules that can work with the Graphlite:
sqlite-storage - Makes easy to manage multiple related databases on Node.js
Features
- Schemas
(with association between them) - Queries
- Multi level array graph response with
arrayandsub objectsdirectly from the database (using thejson1builtin extension) - Schema properties response types and parsers
- JavaScript response parser for accurate types
- Custom query filters
- Locale support
- Hightlight text match
Docs
See the wiki for documentation.
