- 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.
Implements a repository using a Sqlite database.