Skip to content

Commit e2e6934

Browse files
committed
docs: add note about SQL connector
1 parent 2d51763 commit e2e6934

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/docs/1.getting-started/2.installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ deno -A npm:create-nuxt@latest <project-name>
6161
```
6262
::
6363

64+
::note{color="warning"}
65+
When you run your project in Node.js, Nuxt Content will ask you about the database connector to use.
66+
You can choose to install `better-sqlite3` or `sqlite3` package.
67+
68+
:br
69+
70+
If you don't want to install any package, you can use native SQLite from [email protected] or newer.
71+
Checkout [`experimental.nativeSqlite` configuration](/docs/getting-started/configuration#experimentalnativesqlite).
72+
::
73+
6474
### Create your First Collection
6575

6676
Create a `content.config.ts` file in your project root directory:

0 commit comments

Comments
 (0)