Sqlite
class Sqlite : Database {
}
- this
this(string filename, int flags)
Opens and creates the database, if desired.
A destructor is present on this object, but not explicitly documented in the source.
- affectedRows
int affectedRows()
- lastInsertId
int lastInsertId()
- startTransaction
void startTransaction()