ae v0.0.2824 (2020-10-12T01:09:09Z)
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