Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | add readme | Ben Sima | |
2018-01-23 | Update test cases | Ben Sima | |
2018-01-23 | Add completion message | Ben Sima | |
2018-01-23 | More docs | Ben Sima | |
2018-01-23 | Use a bootstrap endpoint instead of bootstrapping on startup | Ben Sima | |
This just demonstrates the code better, I wouldn't do this in production | |||
2018-01-23 | Switch to more-correct versions of update/query fns | Ben Sima | |
2018-01-23 | Add/fix some docs | Ben Sima | |
2018-01-23 | Index data and implement query functions | Ben Sima | |
Everything is working now, just a bit slow/buggy i think | |||
2018-01-22 | Query all records | Ben Sima | |
2018-01-22 | Startup with seed data and POST to db | Ben Sima | |
2018-01-22 | Typos | Ben Sima | |
2018-01-22 | Initiate acid state | Ben 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-22 | Standardize errors | Ben Sima | |
2018-01-22 | Init basic functionality | Ben Sima | |