SqliteDriver

Implements a repository using a Sqlite database.

Constructors

this
this(SqliteFactory factory, DDLStrategy strategy)

Creates a SQLite database.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
find
Optional!Entity find(PrimaryKeyType!Entity id)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
Entity[] findAll()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(PrimaryKeyType!Entity id)
Undocumented in source. Be warned that the author may not have intended to support it.
save
Entity save(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta