DataBridge is a Java library that helps you work with databases like PostgreSQL, SQLite, MS Access, and more. It makes it easier to connect to databases, build SQL queries, handle transactions, and log actions. Perfect for developers who want a simpler way to manage databases in their Java projects.
You can find it here
Or check out the available examples in examples/
- Microsoft Access Database
- SQLite
- Postgresql
- Oracle (Untested)
More soon to be added
<dependency>
<groupId>io.github.kdesp73</groupId>
<artifactId>DataBridge</artifactId>
<version>2.0.17</version>
</dependency>
implementation 'io.github.kdesp73:DataBridge:2.0.17'
git clone --depth=1 https://github.com/KDesp73/DataBridge
cd DataBridge
git checkout v2.0.17
mvn clean install
Contributions are always welcome!
See Contributing.md for ways to get started.
Please adhere to this project's Code of Conduct.