iiilx / django-psycopg2-pool

A db backend for django using gevent's psycopg2-pool
MIT License
27 stars 9 forks source link

Request: Postgis backend support #10

Open jaddison opened 11 years ago

jaddison commented 11 years ago

It would be great if this could support both the psycopg2 as well as postgis Django DB backends.

knappador commented 11 years ago

I don't know anything about the postgis backend. You could start the ball rolling by sizing up the problem. I'm too busy with Kivy to support this blindly.

jaddison commented 11 years ago

Hey @knappador, sorry for not providing more details - I don't know much about the backend itself, just that I'm using it in some of my projects. I'm 95% certain it is built on the django postgres_psycopg2 backend - that is, it leverages the existing class(es) and just overrides the relevant bits.

Understandable if you don't have the time of course - if I find some time myself, I'll look into it more deeply.