Core Stack

SQLite

The database that keeps data, backup and migration in one file.

SQLite

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.

Visit