-
For an example of Datomic in containers, https://github.com/carrete/datopro-mic
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I suspect there have been a great many examples and attempts at the ORM level - this one with "bi-temporal chaining" springs to mind: https://github.com/goldmansachs/reladomo
And without the ORM layer there's this extension for Postgres: https://github.com/hettie-d/pg_bitemporal
-
I suspect there have been a great many examples and attempts at the ORM level - this one with "bi-temporal chaining" springs to mind: https://github.com/goldmansachs/reladomo
And without the ORM layer there's this extension for Postgres: https://github.com/hettie-d/pg_bitemporal
-
My "ORM" supports event sourcing, or at least easily plugging it in at the model level.
https://github.com/codr7/hostr/blob/532295b40dcad6c54082e1d3...