Lugi's avatar
Level 21

MySQL vs SQLite RoT

What are some rule of thumb when to use MySQL or SQLite as a database in Laravel ?

0 likes
1 reply
milon's avatar
milon
Best Answer
Level 32

I generaly use sqlite for testing purpose otherwise I use MySQL both for development and production.

1 like

Please or to participate in this conversation.