Notifications
Clear all
Topic starter 17/09/2024 3:11 pm
What database does Ghost CMS use?
Topic starter 17/09/2024 3:13 pm
Ghost ships with the Bookshelf. js ORM layer by default allowing for a range of databases to be used. Currently SQLite3 is the supported default in development while MySQL is recommended for production. Other databases are available, and compatible, but not supported by the core team.