Skip to content

asnando/graphlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Packages

No packages published