Socket
Socket
Sign inDemoInstall

graphlite

Package Overview
Dependencies
32
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    graphlite

SQLite query builder that supports json


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
3.48 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 19 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc