asnando / graphlite

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 100.0%