I use Sqlite for testing, mysql for dev and production and postgres for when i need to scale. It’s subjective, depends what you need :)
Aug 15, 2018
7
Level 3
Database
From the Laravel docs it only supports the following:
MySQL PostgreSQL SQLite SQL Server
Which will be the recommended database to use Laravel with?
Also how do we ensure that if our application is inproduction that we never get a size limit meaning it never max out. Is there syntax for that?
Level 43
Yes. But not 256 TB. If you ever get to that scale, your engineers can tell you which DB to use and how to use it. Don't optimize when you don't need to! :)
Please or to participate in this conversation.