Replies: 1 comment
-
Hi, right now we don’t have the adapter for the Django ORM to use with our SQLite Cloud driver. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m trying to connect my Django application to an SQLite database hosted on SQLite Cloud using the provided connection string. However, I’m not sure how to configure it correctly in Django since, by default, Django only supports local SQLite databases. My connection string is the following:
I’ve tried configuring the database in Django’s
settings.py
file like this:However, I’m getting an error saying that it can’t open the database file. Is there a library or additional configuration I need to use to get Django to connect correctly to SQLite Cloud?
Any help or suggestions for setting up this connection would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions