flutter_annotation_sqlite library
Classes
- Column
- Specify the column mapping.
- Database
- Mark the class as a database configuration entry.
- Delete
-
SQL:
DELETE
operation - Entity
- Specifies that the class is an entity.
-
FieldCoder<
T, R> - FieldCoderRegistry
- Id
- This annotation specifies the primary key of the entity.
- Insert
-
SQL:
INSERT
operation - Migrator
- Base class for a database migration.
- Query
-
SQL:
SELECT
operation - Repository
- Represents a DAO access object
- Update
-
SQL:
UPDATE
operation
Enums
- OrderingTerm
-
SQL:
ORDER BY
options
Functions
-
sqlLoggerFactory(
DatabaseFactory impl) → DatabaseFactory