Screenshots
Description
- No ORM: only meta-programming and code generation.
- No exotic databases: only RDBMS.
- Most of popular RDBMS are supported.
- Auto-generation of CRUD SQL. Support of 'not-CRUD' SQL.
- 3 tables or 30: no problem.
- The simplest design patterns: DTO, DAO.
- Generated code is strongly-typed: the types are compatible with DB-schema.
- Multiple target languages: Java, C++, Objective-C, C#
- Applicable for many types of applications: GWT, JSF, Android, iOS, ATL, .NET, etc.
- Free and Open Source.
1) DAL MPE plug-ins for Eclipse, IntelliJ IDEA, AppCode, and Android Studio. DAL is data access layer, MPE is meta-programming environment.
2) sqlite-jdbc-md.jar is Zentus/Xerial SQLite JDBC Driver with metadata improvements. It can be helpful for solutions based on SQLite and DAL MPE.
3) DAL MPE T4 include. You generate DTO classes and strongly-typed command adapters (ADO.NET, C#)