Create Sessions table

TL;DR:
- Create Sessions SQL schema
- Create Sessions module
- Introduce UUID dependency
This commit is contained in:
William Carroll 2020-07-28 18:40:17 +01:00
parent 012296f156
commit 36a2fea686
4 changed files with 108 additions and 2 deletions

View file

@ -9,6 +9,7 @@ in pkgs.mkShell {
hpkgs.sqlite-simple
hpkgs.warp
hpkgs.cryptonite
hpkgs.uuid
]))
];
}