https://github.com/firebolt-db/jdbc
https://github.com/firebolt-db/jdbc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/firebolt-db/jdbc
- Owner: firebolt-db
- License: apache-2.0
- Created: 2022-04-21T15:19:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T09:13:59.000Z (about 1 month ago)
- Last Synced: 2025-04-29T21:18:04.308Z (about 1 month ago)
- Language: Java
- Size: 6.97 MB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/firebolt-db/jdbc/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/new_code?id=firebolt-db_jdbc)
[](https://sonarcloud.io/summary/new_code?id=firebolt-db_jdbc)
[](https://firebolt.io)The official JDBC driver for Firebolt.
## Documentation
To download the JDBC driver and learn how to use it, please see the official [Firebolt documentation](https://docs.firebolt.io/Guides/developing-with-firebolt/connecting-with-jdbc.html).## Development
The code of this repository is formatted using the Eclipse formatter, which was chosen because it is supported by multiple modern IDEs (such as Intellij).### Formatter configuration for Intellij
1. Download and install [Adapter for Eclipse Code Formatter](https://github.com/google/google-java-format)
1. Refer to the [instructions](https://github.com/krasa/EclipseCodeFormatter#instructions) if needed
2. Configure as illustrated [here](images/formatter-config.png)