Skip to main content

Why is everyone moving to SQLite?

I've noticed a lot of Developers recently adopting SQLite for their database and I wonder why this is.

Laravel changed their default database to SQLite for local development.

It simplifies the development environment as there's no need for a separate database like MySQL or MariaDB but, if you'll be using one of those in production, won't that cause more issues when you migrate your local application?

Drupal supports using SQLite, but, other than for my automated testing course, or when running automated tests, I've always used a MySQL or MariaDB database.

Maybe this is something to keep an eye on and potentially use more for some scenarios in the future.

Was this interesting?

Subscribe to my daily newsletter for software professionals on software development and delivery, Drupal, DevOps, community, and open-source.

About me

Picture of Oliver

I'm a certified Drupal Triple Expert and former Drupal Association staff member with 18 years of experience, a Drupal core contributor, public speaker, live streamer, and host of the Beyond Blocks podcast.