Back

Which database do you usually use with #Laravel?

A) MySQL
B) PostgreSQL
C) SQLite
D) Others

15

671

I use Laravel Sail for development, and within it I use MariaDB most often. For clients in production, I most often see MySQL, MariaDB or SQLite :)

1

66