Skip to content

Implement a complete CRUD for the repositories #2

@davidgaspardev

Description

@davidgaspardev

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:

  • Create
  • ReadAll
  • Read
  • Update
  • Delete

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions