1.0.0 • Published 5 months ago
@lucidcms/libsql-adapter v1.0.0
Lucid - LibSQL Adapter
The official LibSQL adapter for Lucid CMS
This package exports the LibSQL adapter for Lucid CMS.
Installation
npm install @lucidcms/libsql-adapter
lucid.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
});
1.0.0
5 months ago