/graphlite

Query SQLite data using graph notation and receive it as json (uses sqlite json1 builtin extension)

Primary LanguageJavaScript

Query SQLite data using graph notation and receive it as json (uses sqlite json1 builtin extension).

eslint npm yarn downloads

Installation

npm install graphlite --save

Another related modules that can work with the Graphlite:

express-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 array and sub objects directly from the database (using the json1 builtin 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.