tursodatabase / libsql-experimental-python

libSQL API for Python
76 stars 8 forks source link

Can I connect Django? #52

Open aliahadmd opened 3 months ago

nareshkbohra commented 2 months ago

With embedded replica support, some work has been done here https://github.com/lincolnloop/django-libsql but it is not usable or complete.

If you dont need embedded replica, have you tried using libsql-python client ? As they are both pep 249 compliant it should be ok to use except a few changes.

I am trying to use it with libsql experimental, but it will take a lot of effort with embedded replica.