Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
  • SQLite
  • Postgresql
  • Oracle

More soon to be added

Dependency

Maven Central

Maven

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

Gradle

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

Manual Installation

git clone --depth=1 https://github.com/KDesp73/DataBridge
cd DataBridge
git checkout v2.0.18
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

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /