Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

52 lines (27 loc) · 1.31 KB

Lizard-fastDB

  1. Based on DBUtils.

  2. Unified, simple, extensible data source configuration file (only one datasource configuration file. The XML).

  3. Rich JDBC operation interface.

  4. The ORM annotation support.

  5. Multiple data sources to support:druid(default)、c3p0、bonecp、proxool.

  6. V1 version support for mysql, Oracle database.

  7. Support the transaction manager (single data source, multi data source and nested transaction).

  8. Rich tools support.

  9. V2 is developing.

JAR Requirements

commons-lang-2.4.jar -------------------- ( mandatory )

commons-io-1.4.jar ---------------------- ( mandatory )

commons-logging-1.1.1.jar --------------- ( mandatory )

dom4j-1.6.1.jar ------------------------- ( mandatory )

jaxen-1.1.1.jar ------------------------ ( mandatory )

jotm-2.0.8.jar -------------------------- ( optional )

proxool-0.9.1.jar ----------------------- ( optional )

proxool-cglib-0.9.1.jar ----------------- ( optional )

c3p0-0.9.1.2.jar ------------------------ ( optional )

bonecp-0.7.1.jar ------------------------ ( optional )

guava-10.0.1.jar ------------------------ ( optional )

slf4j-simple-1.5.8.jar ------------------ ( optional )

druid-1.0.9.jar ------------------------- ( optional )

jdom-1.0.jar ---------------------------- (optional )