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

Rwhsg 0014 implement persistence data model #15

Closed uliSchuster closed 4 years ago

uliSchuster commented 4 years ago

Here are SQL files for all the tables as described in the file persistence-data-model.txt. Each table definition comes with a set of test data that can be imported. I tested all sql scripts on a local installation of the conduit database that is set up as specified in the corresponding SQL script.

uliSchuster commented 4 years ago

Merge the request anyways, because we decided to disband the project for now.