An open API service indexing awesome lists of open source software.

https://github.com/awslabs/aurora-dsql-django

Adapter for using Aurora DSQL as database for Django apps
https://github.com/awslabs/aurora-dsql-django

aurora aurora-dsql django postgresql python

Last synced: 3 months ago
JSON representation

Adapter for using Aurora DSQL as database for Django apps

Awesome Lists containing this project

README

          

# ⚠️ This Repository Has Been Deprecated

This repository has been consolidated into the Aurora DSQL ORMs monorepo.

## New Location

**Please use the new repository:** https://github.com/awslabs/aurora-dsql-orms

The Django adapter is now located at:
https://github.com/awslabs/aurora-dsql-orms/tree/main/python/django

## PyPI Package

The PyPI package `aurora-dsql-django` continues to work and is now published from the new monorepo.

```bash
pip install aurora-dsql-django
```