Replies: 1 comment 1 reply
|
Hello @zz9rodes Thanks for opening this. You are right that the current docs only show the local libSQL setup and leave out the remote/cloud variant. A dedicated section covering Turso Cloud and remote libSQL connections would be a welcome addition to the Lucid docs. A PR against the https://github.com/adonisjs/lucid.adonisjs.com repo is the fastest path forward. Happy to review it once you have something up. |
1 reply
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.
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.
All reactions