Skip to content
Rob Parham edited this page Dec 28, 2017 · 27 revisions

jSQL Logo


jSQL (javascript Query Language) is a persistent client-side database and SQL engine that uses various methods to save a database to the user's hard drive for cross-browser persistence. jSQL can store nearly any type of data, from strings and numbers to functions and complex instances of custom objects. jSQL uses shims and low level APIs to support a wide range of browsers while maintaining efficiency without requiring any 3rds party libraries like jQuery.


Table of Contents

Persistence Management

Storage APIs

Querying the Database

jSQLTable class

jSQLQuery interface

jSQLWhereClause class

jSQL Helper Methods

jSQL Syntax

Fun with DataTypes

Error Handling

Examples

License

Clone this wiki locally