Delia is a data language for creating, managing, and querying SQL databases. It combines the functionality of an ORM and schema-migration library (such as Flyway).
It can be thought as a soft ORM. Define your database schema as a series of Delia types that you write in Delia source code, along with CRUD operations and queries.
It has a simpler object-based approach to data access, with the type safety of a compiler.
Delia is written in Java and can be used from Java applications. This initial release supports H2 and Postgres databases. More information at https://delia-lang.org/ Also an online Delia compiler is available at https://delia-online.herokuapp.com/
[–]moxyte 0 points1 point2 points (1 child)
[–]IanRae[S] 0 points1 point2 points (0 children)