1
0
Fork 0

[haskell] embed sql migration scripts from external files

This commit is contained in:
Julien Dessaux 2023-07-24 00:01:49 +02:00
parent d1f0faf30f
commit 565afa5c7b
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 34 additions and 30 deletions

View file

@ -20,10 +20,10 @@ dependencies:
- base >= 4.7 && < 5
- bytestring
- directory
- file-embed
- http-conduit
- http-types
- mtl
- raw-strings-qq
- sqlite-simple
- text
- time