@lucidcms/postgres-adapter
v1.0.2
Published
The official Postgres adapter for Lucid CMS
Maintainers
Readme
Lucid - Postgres Adapter
The official Postgres adapter for Lucid CMS
[!CAUTION] Some queries in Lucid are currently not working with this adapter. Full support is in the works.
This package exports the Postgres adapter for Lucid CMS.
Installation
npm install @lucidcms/postgres-adapterlucid.config.ts/js
import PostgresAdapter from "@lucidcms/postgres-adapter"
export default lucid.config({
db: new PostgresAdapter({
connectionString: ""
}),
// ...other config
});