Hi! I am attempting to create my own database connector for Django for an external PostgreSQL DB that I have running. For this application, I issue the SQL queries and get responses over a REST API, so in theory, I'd like to adopt what already exists in the Postgres connector (django.db.backends.postgresql_psycopg2 I believe). Ideally, my hope is that I'd just override the psycopg2 call to the Postgres DB with my own call to my REST API, since the SQL query is the same. But I'm having trouble figuring out where this can go and if it can be this simple. Any help or advice would be much appreciated, thanks in advance!
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1523d400-2128-494f-9ea8-84d98b505bbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.