Dalfonso06 / Grit

0 stars 0 forks source link

Setup sqlite database #5

Closed Dalfonso06 closed 9 months ago

Dalfonso06 commented 9 months ago

Setup models that will be used for the sqlite database. This database will be used for the following:

Setup services to manage these features.

Dalfonso06 commented 9 months ago

Look into using core data, swift data, and just raw sqlite for the local database. (Plans in the future using an api to update local storage)

Dalfonso06 commented 9 months ago

Setup and create a database manager that will initialize a database at the start of the application.

Dalfonso06 commented 9 months ago

This issue should be done after the API, for now we will have the application work online only as a majority of the core is to be online.