Reputation: 1986
I want to create a Django project with DB PostgreSQL backend as much as possible platform-independent. I know that default Django Postgresql driver is platform-dependent psycopg
. I saw this answer displaying DB-API compatibility. My questions to Django/pg8000 gurus are:
psycopg
driver? In java world using platform independent pure Java JDBC 4.0
drivers is common practice.Upvotes: 3
Views: 1186
Reputation: 454
A Django backend for pg8000 is available at:
https://pypi.org/project/django-pg8000/
Upvotes: 0