Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/empire-db
Mirror of Apache Empire-db
https://github.com/apache/empire-db
empire
Last synced: 7 days ago
JSON representation
Mirror of Apache Empire-db
- Host: GitHub
- URL: https://github.com/apache/empire-db
- Owner: apache
- License: apache-2.0
- Created: 2011-07-14T07:03:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T14:06:47.000Z (10 days ago)
- Last Synced: 2024-12-12T14:22:04.488Z (10 days ago)
- Topics: empire
- Language: Java
- Size: 15.4 MB
- Stars: 83
- Watchers: 15
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
About Empire-DB
===============Empire-db is a lightweight relational database access library for JAVA dealing with all
aspects of storing, manipulating, retrieving and modelling data in Relational
Database Management Systems (RDBMS).As an alternative to traditional Object-Relational-Mapping (ORM) solutions like JDO and JPA,
it provides an SQL centric, no-compromise approach that uses a Java-Object-Model
rather than Mapping Files or Annotations.Apache Empire-db is intended for developers who strive to have full SQL freedom when
formulating queries and DML-Statements - without ever having to use string literals -
and who also want to be able to control when and how statements are executed.Apache Empire-db also deals with all aspects of creating, reading, updating and deleting
records such as identity management and concurrency control (aka optimistic locking)
in a easy to use, DMBS independed way.Empire-db is DBMS vendor independent and provides handlers for Oracle, Microsoft SQLServer,
PostgreSQL, MySQL, HsqlDB, Derby, H2 and more.Further information can be found on our project website
https://empire-db.apache.org/