esqueleto/examples
2017-07-23 23:49:34 +01:00
..
Blog.hs Separated BlogT Monad into its own file and renaming the main to Main.hs 2017-07-22 17:16:11 +01:00
LICENSE First commit. Have a draft of separating the README examples into functions and running them on a test sqlite DB 2017-07-17 09:20:22 +01:00
Main.hs Got a working example of cascading delete but it requires a select followed by a delete 2017-07-23 23:49:34 +01:00
package.yaml Added comments and cleaned up some code 2017-07-22 18:09:13 +01:00
README.md First commit. Have a draft of separating the README examples into functions and running them on a test sqlite DB 2017-07-17 09:20:22 +01:00
Setup.hs First commit. Have a draft of separating the README examples into functions and running them on a test sqlite DB 2017-07-17 09:20:22 +01:00

Esqueleto Examples

These examples can be build via stack build.