Which database do you usually use with #Laravel?
A) MySQL
B) PostgreSQL
C) SQLite
D) Others
Back
•
In response to @developermithu
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 :)
•