tursodatabase / libsql-experimental-python

libSQL API for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I connect Django?

aliahadmd opened this issue · comments

commented

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.