Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphlite

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphlite

SQLite query builder that supports json

  • 2.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 19 Aug 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc