Guides for using PocketSyncDatabase
PocketSync.instance.database
.
PocketSyncDatabase
provides simple methods for performing CRUD (Create, Read, Update, Delete) operations on your data.
DateTime
is not a supported SQLite type. Use INTEGER
and millisSinceEpoch
values.bool
is not a supported SQLite type. Use INTEGER
and 0
and 1
values.