- buildSchema
auto buildSchema(string prefix)
Create SQL for creating tables if not exists
- fieldNames
string[] fieldNames(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- fieldToCol
FieldColumn[] fieldToCol(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- tableConstraints
string[] tableConstraints()
Undocumented in source. Be warned that the author may not have intended to support it.
- tableForeinKeys
string[] tableForeinKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
- tableName
string tableName()
Undocumented in source. Be warned that the author may not have intended to support it.
- tablePrimaryKey
string tablePrimaryKey()
Undocumented in source. Be warned that the author may not have intended to support it.