Commit Graph

11 Commits

Author SHA1 Message Date
belevy
1f52363407 Cleanup the rest of the Values, fix the example code and update to use Esqueleto.Experimental 2021-02-13 20:35:21 -06:00
Matt Parsons
521ac01488
Support persistent-2.11 (#226)
* Support persistent-2.11

* sigh

* woop woop

* use hackage

* cpp so we don't have to tighten bounds

* add changelog entry

* lmao timing attacks

* no
2020-11-04 14:01:23 -07:00
Matt Parsons
951bb21c1b
remove upper bounds (#171)
* remove upper bounds

* work with stackage nightly

* Add nightly build
2020-01-24 13:23:26 -07:00
Chris Allen
790778f8bd Cleaning up examples, re-integrating them into the default builds 2019-09-23 16:26:45 -05:00
Jose Duran
3fcd094c55 change postgres port 2019-09-19 20:23:32 -05:00
Fintan Halpenny
de2d9f8a0b Got a working example of cascading delete but it requires a select followed by a delete 2017-07-23 23:49:34 +01:00
Fintan Halpenny
9fc64131b0 Added comments and cleaned up some code 2017-07-22 18:09:13 +01:00
Fintan Halpenny
cbb69420f0 Separated BlogT Monad into its own file and renaming the main to Main.hs 2017-07-22 17:16:11 +01:00
Fintan Halpenny
5b047567f7 Moved to using postgresql with working example of put persons 2017-07-22 16:50:27 +01:00
Fintan Halpenny
93e861cd1b Trying to figure out why deleteYoungsters is throwing an ErrorConstraint. Been trying Cascade Deletes but it doesn't seem to help 2017-07-17 21:37:15 +01:00
Fintan Halpenny
743ab2a92b 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