Skip to content

Bit-Quill/aurora-dsql-samples

 
 

Repository files navigation

Aurora DSQL (Distributed SQL) Samples

This repository contains code examples that demonstrate how to use the Aurora DSQL.

To get started with Aurora DSQL, create clusters and more information, please refer to AWS Documentation

How this repository is organized

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. Please refer to the documentation for a full list of differences and limitations.

Language Client / ORM
C++ libpq
C# (dotnet) npgsql
Java pgjdbc
Go pgx
Javascript nodejs
Python psycopg
Python psycopg2
Python sqlalchemy
Ruby rails
Ruby ruby-pg
Rust sqlx
Typescript sequelize
Typescript type-orm
Language Cluster Management
C++ cluster_management
C# (dotnet) cluster_management
Java cluster_management
Go cluster_management
Javascript cluster_management
Python cluster_management
Ruby cluster_management
Rust cluster_management

Each example includes language and client-specific instructions as well as instructions to invoke example code.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the MIT-0 License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 21.6%
  • Java 12.9%
  • TypeScript 11.8%
  • Python 9.8%
  • Rust 8.7%
  • C++ 7.9%
  • Other 27.3%