KeyValueDatabase

A KeyValueDatabase holds one or more key/value tables (KeyValueStore).

Alias This

_getSQLite

Members

Properties

_getSQLite
SQLite _getSQLite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fileName
string fileName;

Database file name.

sqlite
SQLite sqlite;

SQLite database instance. Initialized automatically.

Meta