Skip to content

KDesp73/DataBridge

Repository files navigation

DataBridge

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.

Documentation

You can find it here

Or check out the available examples in examples/

Supported Databases

  • Microsoft Access Database
  • SQLite
  • Postgresql
  • Oracle (Untested)

More soon to be added

Dependency

Maven Central

Maven

<dependency>
	<groupId>io.github.kdesp73</groupId>
	<artifactId>DataBridge</artifactId>
	<version>2.0.17</version>
</dependency>

Gradle

implementation 'io.github.kdesp73:DataBridge:2.0.17'

Manual Installation

git clone --depth=1 https://github.com/KDesp73/DataBridge
cd DataBridge

git checkout v2.0.17

mvn clean install

Contributing

Contributions are always welcome!

See Contributing.md for ways to get started.

Please adhere to this project's Code of Conduct.

License

MIT