i want create django project db postgresql backend as possible platform-independent. know default django postgresql driver platform-dependent psycopg
. saw this answer displaying db-api compatibility. questions django/pg8000 gurus are:
- how crazy intention? applicable/recommended use platform-independent driver, or should stuck default
psycopg
driver? in java world using platform independentpure java jdbc 4.0
drivers common practice. - did succeeded integrating pg8000 django project? if yes, there links repository?
- does pg8000 driver has functional, architectural or other limitations makes impossible use django?
i know pg8000 well, django not well. pg8000 should provide functionality need implement django back-end. trade-off being pure-python pg8000 slower psycopg2.
Comments
Post a Comment