▲ | wewewedxfgdf 5 days ago | ||||||||||||||||
I really don't get the "use sqlite in production" thing. What about all the important things you need in a database such as multiuser/remote access and other such things? What do the "sqlite in production" people do when they need to examine the database/resolve an issue/do development? Also what about the limitations of sqlite in modifying database structure? | |||||||||||||||||
▲ | pythonaut_16 4 days ago | parent [-] | ||||||||||||||||
Do you actually need all those things? The simple answer to your question is you don’t. And if you do need them you don’t use SQLite. | |||||||||||||||||
|