This repository contains code examples that demonstrate how to use the [Aurora DSQL](TBD - add repository link here).
To get started with Aurora DSQL, create clusters and more information, please refer to AWS Documentation (TBD - add link to documentation here)
The subdirectories contain code examples for connecting and using Aurora DSQL in each programming language and ORM framework. The examples demonstrate the most common uses, such as installing clients, handling authentication, performing CRUD operations, and more. They also cover Aurora DSQL's basic specifics. Please refer to the documentation for a full list of differences and limitations.
| Language | Client / ORM | HowTO |
|---|---|---|
| C++ | libpq | README |
| C# (dotnet) | npgsql | README |
| Java | pgjdbc | README |
| JavaScript | postgres-js | README |
| Go | go | README |
| NodeJS | nodejs | README |
| Python | psycopg | README |
| Python | psycopg2 | README |
| Python | sqlalchemy | README |
| Ruby | rails | README |
| Ruby | ruby-pg | README |
| Rust | sqlx | README |
Each example includes language and client-specific instructions as well as instructions to invoke example code.
TODO/TBD Be sure to:
- Edit your repository description on GitHub
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.