Core Stack
SQLite
The database that keeps data, backup and migration in one file.
Visit ↗
https://sqlite.org
gcms keeps its data in a single SQLite file: zero-config, rock solid, and backup is copying one file. For read-heavy content sites, SQLite's simplicity, reliability and low operating cost are often more valuable than starting with a separate database service.