Apache Empire-db: Difference between revisions

Content deleted Content added
mNo edit summary
m convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB)
Line 12:
| latest preview date =
| operating system = [[Cross-platform]]
| repo = {{URL|https://gitbox.apache.org/repos/asf?p={{=}}empire-db.git|EmpireDB Repository}}
| programming language = [[Java (programming language)|Java]]
| genre = [[Persistence Framework]]
Line 29:
Using references to table and column objects significantly improves compile-time safety and thus reduces the amount of testing. As a positive side effect the IDE's code completion can be used to browse the data model, increases productivity and eliminates the need for other external tools or IDE-plugins.
 
Further the object model also provides safe and easy access to meta-information of the data model such as field data type, maximum field length, whether a field is mandatory and a finite choice of options for a field’sfield's values. Metadata is user-extensible and not limited to DBMS related metadata. Availability of meta-information encourages more generic code and eliminates redundancies throughout application layers.
 
== Features at a glance ==