SQLite
SQLite is the default database used by Headcode CMS.
It’s file‑based and ideal for local development and trying out the system.
Installation
SQLite is included by default in the Headcode CMS Starter. No additional setup is required.
Configuration
By default, Headcode CMS creates a file named headcode.db in the root of your project. You can change the file name or location in your environment file (e.g., .env.local):
.env.local
LIBSQL_URL=file:headcode.db