Currently the repository uses only Sqflite to store and query data, and we have two tables in SQLite which are: Contacts and Transfers.
We need to implement a full crud for the repositories, but the mandatory methods will be just create and read.
Repository abstraction:
Currently the repository uses only Sqflite to store and query data, and we have two tables in SQLite which are: Contacts and Transfers.
We need to implement a full crud for the repositories, but the mandatory methods will be just create and read.
Repository abstraction: