Web SQL is an API for storing and manipulating client-side databases using a variant of SQL.
Here are some key features of "db.js":
· CPU and memory safe
· Tiny library with no external dependencies
· Simplified CREATE TABLE with primary id autoincrement shortcut
· Simplified INSERT operations, accepting one or more arrays or objects automatically
· Simplified TRUNCATE TABLE operation, by default not possible in SQLite
· Unified callback behavior via custom Event object
· db.js interface and Web SQL Database in Firefox via dedicated, non obtrusive, and safe db.js add-on
Requirements:
· JavaScript enabled on client side