Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

software.amazon.documentdb.jdbc:documentdb-jdbc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

software.amazon.documentdb.jdbc:documentdb-jdbc

The JDBC driver for the Amazon DocumentDB managed document database provides an SQL-relational interface for developers and BI tool users.

  • 1.4.4
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Amazon DocumentDB JDBC Driver

Code Coverage Instructions Code Coverage Branches

Overview

The JDBC driver for the Amazon DocumentDB managed document database provides an SQL-relational interface for developers and BI tool users.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Documentation

See the product documentation for more detailed information about this driver.

Setup and Usage

To setup and use the DocumentDB JDBC driver, follow these directions.

Connection String Syntax

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.

Schema Discovery

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 Management

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.

SQL and JDBC Limitations

The Amazon DocumentDB JDBC driver has a number of important limitations. See the SQL limitations documentation and JDBC limitations documentation for more information.

Troubleshooting Guide

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.

Security Notice

If you discover a potential security issue in this project, please consult our security guidance page.

Contributor's Getting Started Guide

If you're a developer and want to contribute to this project, ensure to read and follow the Getting Started as a Developer guide.

FAQs

Package last updated on 06 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc