summaryrefslogtreecommitdiff
path: root/main.hs
AgeCommit message (Collapse)Author
2018-01-24Fix the slow bootstrapping with `groupUpdates`Ben Sima
Fixes #1
2018-01-23Add completion messageBen Sima
2018-01-23More docsBen Sima
2018-01-23Use a bootstrap endpoint instead of bootstrapping on startupBen Sima
This just demonstrates the code better, I wouldn't do this in production
2018-01-23Switch to more-correct versions of update/query fnsBen Sima
2018-01-23Add/fix some docsBen Sima
2018-01-23Index data and implement query functionsBen Sima
Everything is working now, just a bit slow/buggy i think
2018-01-22Query all recordsBen Sima
2018-01-22Startup with seed data and POST to dbBen Sima
2018-01-22TyposBen Sima
2018-01-22Initiate acid stateBen Sima
Unfortunately the acid-state package isn't on Stackage, so I need to pull it elsewhere. `stack script` doesn't support this, but `stack runghc` does. It's a bit slower and less reliable, but that's okay for now. https://github.com/commercialhaskell/stack/issues/3370#issuecomment-324124780 https://docs.haskellstack.org/en/stable/GUIDE/#writing-independent-and-reliable-scripts
2018-01-22Standardize errorsBen Sima
2018-01-22Init basic functionalityBen Sima