资 源 简 介
![](http://www.rimudb.org/images/rimudb-web-logo.png)
The RimuDB database access framework is designed to make accessing one or more databases easier than using JDBC directly. The framework was born out of the need to access a variety of databases within the same application. The design philosophy is to make the most common tasks straightforward and similar, regardless of which database is used, but to still permit complex and database specific operations when they are needed.
The framework represents a database record as a Java object, and hides the details of JDBC connections, pools and statements.
For the most common create, read, update or delete (CRUD) operations, RimuDB generates classes that provide a simple interface, permitting the developer to work with objects rather than SQL statements. The framework dynamically generates the SQL statements for these base functions. So far there is support for the following databases: