Elliot Cameron
Elliot Cameron
https://hackage.haskell.org/package/beam
http://khibino.github.io/haskell-relational-record/
On the git-like storage and branching model: https://github.com/mirage/irmin
Type-safe API: https://www.morphism.tech/announcing-squeal/
@agentm I'm just keeping a log of everything I see that could be useful down the road. I definitely agree that no amount of type-safety will make SQL ideal to...
Aha! So this explains why you need both session and connection for the core API. Now it is all so clear.
As long as the GC collects unused sessions (after connections close) then I don't see a reason to fear leakage. Chances are most use-cases will just lose reference to the...
Some interesting example work for PG: https://github.com/ameingast/postgresql-simple-migration
Ah, I hadn't connected how well isomorphic schemas would help with this problem. Indeed, if there were some sort of migration language that was able to produce backward compatible isomorphic...
This looks like a fantastic resource! Thanks!