Create Sessions table
TL;DR: - Create Sessions SQL schema - Create Sessions module - Introduce UUID dependency
This commit is contained in:
parent
012296f156
commit
36a2fea686
4 changed files with 108 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ in pkgs.mkShell {
|
|||
hpkgs.sqlite-simple
|
||||
hpkgs.warp
|
||||
hpkgs.cryptonite
|
||||
hpkgs.uuid
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue