uliSchuster / real-world-backend

A study project on how to develop a production-grade Haskell backend application.
Apache License 2.0
1 stars 1 forks source link

Design basic persistence data model #12

Closed uliSchuster closed 4 years ago

uliSchuster commented 4 years ago

Now that the DB setup is up and running, we can expand the data model from one relation to a basic relational model for the application.

Acceptance criteria: