Closed
Description
Describe the feature
Unless I am mistaken, Gorm does not support a network connected SQLite database, specifically libsql / Turso
I've had success connecting to libsql/Turso with Go's built-in database/sql
as well as sqlx
, but I get the following error when attempting with Gorm and I see no docs on how to do this, so I'm assuming it isn't supported.
unable to open database file: no such file or directory
Perhaps integration with libsql-client-go, which allows support in the above mentioned tools, could be integrated?
Motivation
The ability to connect to any libsql SQLite database, specifically Turso
Related Issues
I could not find anything in issues or discussions.