Bundled mode can be enabled by adding a pragma section in the schema:
%YAML 1.2
---
name: mydb
version: 1
pragma:
enableBundledMode: true
table:
...
Bundled mode is created to workaround IndexedDB spec inefficiencies. For more details, see design doc.
Support for ROLLUP and CUBE equivalent.
Allow multiple browser process to connect to same database and all the in-memory snapshots are in-sync. (This may require W3C spec support.)
BNF Grammar for ISO/IEC 9075-2:2003 - Database Language SQL (SQL-2003) SQL/Foundation