2.5.0 • Published 5 years ago

graphlite v2.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

Build Status codecov eslint npm yarn downloads npm.io license npm.io npm.io

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.

2.5.0

5 years ago

2.4.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago