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
- Host: GitHub
- URL: https://github.com/awslabs/aurora-dsql-django
- Owner: awslabs
- License: apache-2.0
- Created: 2024-10-25T17:13:05.000Z (over 1 year ago)
- Default Branch: version-0
- Last Pushed: 2026-01-22T21:53:17.000Z (5 months ago)
- Last Synced: 2026-01-23T13:10:31.252Z (5 months ago)
- Topics: aurora, aurora-dsql, django, postgresql, python
- Language: Python
- Homepage: https://pypi.org/project/aurora-dsql-django/
- Size: 474 KB
- Stars: 16
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Notice: NOTICE
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
```