readme asgroup byorder bypaginationsql functionsunionwhere ingesting datainstallationsecuritysetupsyntaxwriting queries deleteinsert intoresetselectupdate

What is JSQL?

JSQL is a JavaScript library built to provide access to the browsers IndexedDB database using SQL query strings.

What is SQL?

What Can JSQL do?

SQL is a Standard BUT....

Although SQL is an ANSI/ISO standard, there are different versions of the SQL language. To be compliant with the ANSI standard, we support at least the major commands (such as SELECT, UPDATE, DELETE, INSERT, and WHERE) in a similar manner.