Skip to content

A cross-browser, SQL-like, relational query engine for Web in pure JavaScript.

License

Notifications You must be signed in to change notification settings

brockthebear/lovefield

 
 

Repository files navigation

Lovefield

Lovefield is a relational query engine written in pure JavaScript. It also provides help with persisting data on the browser side, e.g. using IndexedDB to store data locally. It provides SQL-like syntax and works cross-browser (currently supporting Chrome 37+, Firefox 31+, IE 10+, and Safari 5.1+, see note below).

Please visit our public forum for general Q&A, feedback, and discussions.

Quick Start

Specification The spec is not fully implemented yet, please see the issues section for missing features.

Developer Setup

Design Documents

Live 30min overview presentation at JS.LA: Watch on YouTube or Vimeo.

Note: Data persistence support on Safari is experimental.

About

A cross-browser, SQL-like, relational query engine for Web in pure JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%