You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋 @RomainLanz @thetutlage
First, thank you for the amazing work on AdonisJS Lucid
.
I would like to suggest improving the documentation around Turso
/ libSQL
support in Lucid.
Current issue
The current documentation only shows a local SQLite/libSQL configuration:
This makes it look like the libsql driver only supports local SQLite files.
However, Turso/libSQL also supports remote cloud connections using:
url
authToken
as documented in the official @libsql/client SDK.
Suggestion
It would be very helpful to add official documentation for Turso Cloud usage.
Possible section names:
“Using Turso Cloud”
“Remote libSQL connections”
“libSQL local vs remote”
Why this matters
Right now, many developers assume that:
Lucid only supports local SQLite
Turso Cloud is not compatible
or that they must stop using Lucid and switch directly to @libsql/client
because the remote/cloud configuration is not documented.
Beta Was this translation helpful? Give feedback.
All reactions