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

https://github.com/firebolt-db/jdbc


https://github.com/firebolt-db/jdbc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

[![.github/workflows/build.yml](https://github.com/firebolt-db/jdbc/actions/workflows/build.yml/badge.svg)](https://github.com/firebolt-db/jdbc/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=firebolt-db_jdbc&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=firebolt-db_jdbc)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=firebolt-db_jdbc&metric=coverage)](https://sonarcloud.io/summary/new_code?id=firebolt-db_jdbc)



[![Firebolt logo](https://assets.website-files.com/5e8a264ceaf4870394477fc7/5e8a264ceaf4879f75477fdd_logo_website.svg)](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)