@@ -261,7 +261,7 @@ Low-level libraries that directly connect to the database:
261261| ** JavaScript** | DSQL Connector for Postgres.js | [ Postgres.js samples] ( https://github.com/aws-samples/aurora-dsql-samples/tree/main/javascript/postgres-js ) |
262262| ** Python** | Psycopg | [ Python Psycopg samples] ( https://github.com/aws-samples/aurora-dsql-samples/tree/main/python/psycopg ) |
263263| ** Python** | DSQL Connector for Psycopg2 | [ Python Psycopg2 samples] ( https://github.com/aws-samples/aurora-dsql-samples/tree/main/python/psycopg2 ) |
264- | ** Python** | DSQL Connector for Asyncpg | [ Python Asyncpg samples] ( https://github.com/awslabs /aurora-dsql-python-connector /tree/main/examples /asyncpg ) |
264+ | ** Python** | DSQL Connector for Asyncpg | [ Python Asyncpg samples] ( https://github.com/aws-samples /aurora-dsql-samples /tree/main/python /asyncpg ) |
265265| ** Ruby** | pg | [ Ruby pg samples] ( https://github.com/aws-samples/aurora-dsql-samples/tree/main/ruby/ruby-pg ) |
266266| ** Rust** | SQLx | [ Rust SQLx samples] ( https://github.com/aws-samples/aurora-dsql-samples/tree/main/rust/sqlx ) |
267267
@@ -271,8 +271,8 @@ Standalone libraries that provide object-relational mapping functionality:
271271
272272| Programming Language | ORM Library | Sample Repository |
273273| ---------------------| -------------| -------------------|
274- | ** Java** | Hibernate | [ Hibernate Pet Clinic App] ( https://github.com/awslabs/aurora-dsql-hibernate /tree/main/examples/pet-clinic-app ) |
275- | ** Python** | SQLAlchemy | [ SQLAlchemy Pet Clinic App] ( https://github.com/awslabs/aurora-dsql-sqlalchemy /tree/main/examples/pet-clinic-app ) |
274+ | ** Java** | Hibernate | [ Hibernate Pet Clinic App] ( https://github.com/awslabs/aurora-dsql-orms /tree/main/java/hibernate /examples/pet-clinic-app ) |
275+ | ** Python** | SQLAlchemy | [ SQLAlchemy Pet Clinic App] ( https://github.com/awslabs/aurora-dsql-orms /tree/main/python/sqlalchemy /examples/pet-clinic-app ) |
276276| ** TypeScript** | Sequelize | [ TypeScript Sequelize samples] ( https://github.com/aws-samples/aurora-dsql-samples/tree/main/typescript/sequelize ) |
277277| ** TypeScript** | TypeORM | [ TypeScript TypeORM samples] ( https://github.com/aws-samples/aurora-dsql-samples/tree/main/typescript/type-orm ) |
278278
@@ -282,9 +282,9 @@ Specific extensions that make existing ORMs work with Aurora DSQL:
282282
283283| Programming Language | ORM/Framework | Repository |
284284| ---------------------| ---------------| ------------|
285- | ** Java** | Hibernate | [ Aurora DSQL Hibernate Adapter] ( https://github.com/awslabs/aurora-dsql-hibernate/ ) |
286- | ** Python** | Django | [ Aurora DSQL Django Adapter] ( https://github.com/awslabs/aurora-dsql-django/ ) |
287- | ** Python** | SQLAlchemy | [ Aurora DSQL SQLAlchemy Adapter] ( https://github.com/awslabs/aurora-dsql-sqlalchemy/ ) |
285+ | ** Java** | Hibernate | [ Aurora DSQL Hibernate Adapter] ( https://github.com/awslabs/aurora-dsql-orms/tree/main/java/ hibernate/ ) |
286+ | ** Python** | Django | [ Aurora DSQL Django Adapter] ( https://github.com/awslabs/aurora-dsql-orms/tree/main/python/ django/ ) |
287+ | ** Python** | SQLAlchemy | [ Aurora DSQL SQLAlchemy Adapter] ( https://github.com/awslabs/aurora-dsql-orms/tree/main/python/ sqlalchemy/ ) |
288288
289289
290290---
0 commit comments