graphlite

2.5.0 • Public • Published

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

Build Status codecov eslint npm yarn downloads license

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.

Package Sidebar

Install

npm i graphlite

Weekly Downloads

1

Version

2.5.0

License

MIT

Unpacked Size

102 kB

Total Files

68

Last publish

Collaborators

  • ffrm