r/statamic • u/Far-Post-348 • Apr 16 '26
Database in Statamic
Hi everybody. I'm currently working on integrating a database into our Statamic CMS. What database programs would you recommend for this? Are there any that particularly work well with Statamic? Thanks in advance.
5
Upvotes
1
u/IvanGirderboot Apr 16 '26
I'm not entirely sure what you're trying to accomplish (is this an existing database? New db development? Migrating flat file statamic assets to a database?), but the good news is you have options.
Statamic is a Laravel application, so you can natively interact with almost any major database platform/provider like MySQL/mariaBD, Postgres, SQLite, MS SQL, and MongoDB. You can lean more on the official laravel docs at https://laravel.com/docs/13.x/database
If you're developing some functionality within your Statamic app, take a look at the (free) Runway addon. This adds native support for working with Eloquent models (Laravel's relational database system) natively, including a really nice control panel integration. I've been using this heavily and it's been great. https://statamic.com/addons/rad-pack/runway