We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d51763 commit e2e6934Copy full SHA for e2e6934
docs/content/docs/1.getting-started/2.installation.md
@@ -61,6 +61,16 @@ deno -A npm:create-nuxt@latest <project-name>
61
```
62
::
63
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
74
### Create your First Collection
75
76
Create a `content.config.ts` file in your project root directory:
0 commit comments