The JDBC driver for the Amazon DocumentDB managed document database provides an SQL-relational interface for developers and BI tool users.
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.
See the product documentation for more detailed information about this driver.
To setup and use the DocumentDB JDBC driver, follow these directions.
jdbc:documentdb://[<user>[:<password>]@]<hostname>[:<port>]/<database-name>[?<option>=<value>[&<option>=<value>[...]]]
For more information about connecting to an Amazon DocumentDB database using this JDBC driver, see the connection string documentation for more details.
The Amazon DocumentDB JDBC driver can perform automatic schema discovery and generate an SQL to DocumentDB schema mapping. See the schema discovery documentation for more details of this process.
Schema can be managed in the following ways:
- generated
- removed
- listed
- exported
- imported
See the schema management documentation and table schemas JSON format for further information.
The Amazon DocumentDB JDBC driver has a number of important limitations. See the SQL limitations documentation and JDBC limitations documentation for more information.
If you're having an issue using the Amazon DocumentDB JDBC driver, consult the Troubleshooting Guide to see if has a solution for your issue.
If you discover a potential security issue in this project, please consult our security guidance page.
If you're a developer and want to contribute to this project, ensure to read and follow the Getting Started as a Developer guide.