jazzband / django-redshift-backend

Redshift database backend for Django
Apache License 2.0
83 stars 47 forks source link

Reimplementation for Django 4.2+ Compatibility and Security Enhancement #167

Open shimizukawa opened 3 days ago

shimizukawa commented 3 days ago

Current state

Why is it in its current state?

How to fix the issues

Tasks

### Tasks
- [ ] Investigate the database backend interface for Django 4.2+
- [ ] Investigate the Psycopg3 compatibility with Redshift (postgres 8.0.4) interface
- [ ] Trying https://github.com/aws/amazon-redshift-python-driver
- [ ] Design the new Redshift backend
- [ ] Implement coding and unit tests
- [ ] #103
- [ ] #104
- [ ] Conduct compatibility tests with existing applications
- [ ] Update documentation
anentropic commented 1 day ago

https://github.com/psycopg/psycopg/issues/122

or should it use: https://github.com/aws/amazon-redshift-python-driver ?

shimizukawa commented 8 hours ago

or should it use: https://github.com/aws/amazon-redshift-python-driver ?

It would be worth trying the amazon-redshift-python-driver. Thank you.