MsZoezo / dayta

GNU General Public License v3.0
0 stars 0 forks source link

Store events in local database #14

Open MsZoezo opened 4 months ago

MsZoezo commented 4 months ago

What is the Problem?

Without a database we can't store events.

Why is This a Problem?

The user expects their events to be saved for the next time they use the app, if they were lost it would be one hell of a lousy calendar.

How do We Fix it?

We'll add a database to our rust backend with a schema for events.

MsZoezo commented 4 months ago

TODO: figure out library to use, database provider & what our schema should look like

MsZoezo commented 4 months ago

@BetOnJeanette I feel like we should give Diesel a try in combination with a sqlite database.