ae v0.0.2728 (2020-08-02T06:18:06Z)
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