ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
KeyValueDatabase
ae
sys
persistence
keyvalue
Undocumented in source.
struct
KeyValueDatabase {
string
fileName
;
SQLite
sqlite
;
SQLite
getSQLite
[@property getter];
}
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
;
Undocumented in source.
sqlite
SQLite
sqlite
;
Undocumented in source.
Meta
Source
See Implementation
ae
sys
persistence
keyvalue
structs
KeyValueDatabase
KeyValueStore