Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months 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 Database
- SQLite
- Postgresql

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.16

```

### Gradle

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

## Manual Installation

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

git checkout 2.0.16

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/)