I am developing a web application in Django. My application is already running, and some users are using it (say, around 5-10). The database is SQLite. Should I upgrade to MySQL now?
Or wait until the user base grows? I don’t have user registration function yet. The main use of the application is the problems that Russian users serve.
source
share