Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
/ SQLinJS Public archive

Latest commit

 

History

History
40 lines (25 loc) · 1.77 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.77 KB

SQLinJS Build Status

Create applications with offline capabilities using this simple embeddable DBMS written in JavaScript.

SQLinJS

Features

  • Compatible with Firefox 3+, Chrome, Safari 4+, Opera, and Internet Explorer 7+ web browsers.
  • Compatible with iOS and Android mobile web browsers.
  • Includes SQL parsing and processing engine (refer to Supported Syntax for language support)
  • Provides command-line terminal for managing object data using the SQL syntax.
  • Provides API methods for managing object data from within your application.
  • Supports jQuery .data() and HTML5 sessionStorage for database storage.
  • Fast and lightweight (jQuery plug-in *only 13.7 kB)

To Do

  • Add support for JOIN using prefixed columns
  • Add support for OR conditional in WHERE clause
  • Add support for NOW() in WHERE clause
  • Improve date type sorting (instead of string based)

Installation

This package can be easily installed using Bower.

$ bower install sqlinjs

Please refer to the README for more information about this package.

License and Warranty

This package is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

SQLinJS is provided under the terms of the MIT license

Author

Marc S. Brooks