@lucidcms/libsql-adapter
v1.0.2
Published
The official LibSQL adapter for Lucid CMS
Maintainers
Readme
Lucid - LibSQL Adapter
The official LibSQL adapter for Lucid CMS
This package exports the LibSQL adapter for Lucid CMS.
Installation
npm install @lucidcms/libsql-adapterlucid.config.ts/js
import LibSQLAdapter from "@lucidcms/libsql-adapter"
export default lucid.config({
db: new LibSQLAdapter({
url: "libsql://replace-me.turso.io",
authToken: 'auth-token'
}),
// ...other config
});