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?
On Monday, December 14, 2015 at 10:26:38 AM UTC+5:30, Anthony wrote: > > On Sunday, December 13, 2015 at 11:14:49 PM UTC-5, RAGHIB R wrote: >> >> And what is capacity of MYSQL in web2py, as I heard capacity of sqlite is >> just 5000 entries. >> > > The capacity of MySQL in web2py is the same as its capacity anywhere else. > Also, SQLite can most certainly handle well over 5000 records -- see: > > - https://www.sqlite.org/limits.html (140 terabytes database limit) > - https://www.sqlite.org/whentouse.html (read the "Websites" section). > > If you want to use MySQL, you are responsible for setting it up, and then > to get the DAL to connect to it, see the documentation: > http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Connection-strings--the-uri-parameter- > . > > Note, web2py folks tend to use PostgreSQL rather than MySQL. In any case, > you can probably get quite far with SQLite. > > 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.

