Revenj - a DDD friendly framework
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Hi all, we've released a .NET backend framework we've been using for years. It supports rich models (even has some support for unstructured ones) on top of Postgres (and Oracle) so it allows for seamless DDD while avoiding the JSON DB route. It's BSD licensed and is available on: https://github.com/ngs-doo/revenj https://github.com/ngs-doo/revenj It contains some distinguishing features (with https://dsl-platform.com/ https://dsl-platform.com/ integration): * advanced object-oriented LINQ driver * no ORM issues since it utilizes objects in the DB [so it might have OOM issues ;)] * integration with modeling language based on DDD for describing the domain * automatic SQL migration based on modeling language diff * removal of various boilerplate (repositories, DTOs, etc...) * works on Mono If you have questions or comments, please let me know. Thanks, Rikard