An open API service indexing awesome lists of open source software.

https://github.com/kdesp73/databridge

Java to DBMS connection
https://github.com/kdesp73/databridge

database-connector database-management java microsoft-access-database postgresql query-builder sqlite sqlite3

Last synced: 2 days ago
JSON representation

Java to DBMS connection

Awesome Lists containing this project

README

        

# 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](https://kdesp73.github.io/DataBridge)

Or check out the available examples in [examples/](https://github.com/KDesp73/DataBridge/tree/main/examples)

## Supported Databases

- Microsoft Access
- SQLite
- Postgresql
- Oracle

More soon to be added

## Dependency

[Maven Central](https://central.sonatype.com/artifact/io.github.kdesp73/DataBridge)

### Maven

```xml

io.github.kdesp73
DataBridge
2.0.18

```

### Gradle

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

## Manual Installation

```bash
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](https://github.com/KDesp73/DataBridge/blob/main/Contributing.md) for ways to get started.

Please adhere to this project's [Code of Conduct](https://github.com/KDesp73/DataBridge/blob/main/CODE_OF_CONDUCT.md).

## License

[MIT](https://choosealicense.com/licenses/mit/)