> I am new to sqlite3. Is there any good tutorial where I can learn > how to use sqlite3 databases with Rails.
New Rails (which I assume you are using) - uses sqlite3 by default. My recommendation would be to follow rails examples and in the process peek into sqlite and familiarize yourself... Sqlite as such is pretty straight forward ....sqlite3 website has some documentation. -- Regards, Kashyap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

