Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Java to DBMS connection
- Host: GitHub
- URL: https://github.com/kdesp73/databridge
- Owner: KDesp73
- License: mit
- Created: 2022-11-13T12:46:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T14:15:26.000Z (about 2 months ago)
- Last Synced: 2024-11-19T15:26:13.267Z (about 2 months ago)
- Topics: database-connector, database-management, java, microsoft-access-database, postgresql, query-builder, sqlite, sqlite3
- Language: Java
- Homepage:
- Size: 242 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
- PostgresqlMore 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 DataBridgegit 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/)