# Amazon DocumentDB ODBC Driver ![Code Coverage Windows](./.github/badges/coverage_badge_windows.svg) ![Code Coverage macOS](./.github/badges/coverage_badge_macOS.svg) ![Code Coverage Linux](./.github/badges/coverage_badge_linux.svg) ## Overview The ODBC driver for the Amazon DocumentDB managed document database provides an SQL-relational interface for developers and BI tool users. ## Security See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information. ## License This project is licensed under the Apache-2.0 License. ## Documentation See the [product documentation](src/markdown/index.md) for more detailed information about this driver, such as setup and configuration. ## Setup and Usage To setup and use the DocumentDB ODBC driver, follow [these directions](src/markdown/setup/setup.md). ## Connection String Syntax ``` DRIVER={Amazon DocumentDB};HOSTNAME=:;DATABASE=;USER=;PASSWORD=;