2019-10-31 20:43:47 -05:00
|
|
|
## DB Data Libraries
|
|
|
|
|
|
|
|
This module contains articles about database-related data processing libraries.
|
|
|
|
|
|
|
|
### Relevant articles
|
2021-04-29 05:43:40 +08:00
|
|
|
|
2019-10-31 20:43:47 -05:00
|
|
|
- [Introduction to Reladomo](https://www.baeldung.com/reladomo)
|
|
|
|
- [Introduction to ORMLite](https://www.baeldung.com/ormlite)
|
|
|
|
- [Guide to Java Data Objects](https://www.baeldung.com/jdo)
|
2023-05-31 17:38:24 +05:30
|
|
|
- [Intro to JDO Queries](https://www.baeldung.com/jdo-queries)
|
2019-10-31 20:43:47 -05:00
|
|
|
- [Introduction to HikariCP](https://www.baeldung.com/hikaricp)
|
|
|
|
- [Guide to Ebean ORM](https://www.baeldung.com/ebean-orm)
|
2021-04-29 05:43:40 +08:00
|
|
|
- [Introduction to Debezium](https://www.baeldung.com/debezium-intro)
|
2023-04-28 21:06:19 +08:00
|
|
|
- [Automatically Create Schemas for H2 In-Memory Database](https://www.baeldung.com/java-h2-automatically-create-schemas)
|
2023-04-28 21:20:59 +08:00
|
|
|
- [A Guide to FlexyPool](https://www.baeldung.com/spring-flexypool-guide)
|