On Monday, December 14, 2015 at 1:48:48 AM UTC-5, RAGHIB R wrote: > > Ok that's cool. Will SQLITE be good to design a social networking site or > should I go for MYSQL? What's your opinion on it? >
It doesn't depend on the type of site but on the amount of traffic, so hard to say. You could always start with SQLite and if you outgrow it, just migrate to MySQL. You won't have to change any web2py code if you switch -- just a one-time exporting of the data from SQLite and importing into MySQL. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

