On Fri, Apr 17, 2009 at 10:44 PM, César <[email protected]> wrote: > > People, > I have been thinking at this for long time and I do not know > if SQLite is sufficient for my application. > I developed an inventory system in Rails -v 2.2.2 and I do > not know if SQLite is the best choice or if is neccesary have a bigger > database engine than SQLite.. > This site will not has thousand and thousand records or > visits each day so I think with SQLite could be suficient. So, can > anybody tell me what think about this? >
Hi Cesar, This topic has been discussed before, but my suggestion is to go with MySQL. Use SQLite only for development. Fidel. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

