Hi, I am new to sqlite3. Is there any good tutorial where I can learn how to use sqlite3 databases with Rails. Thanks Hirak
> 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
Thanks Kashyap for the reply. Can you give me any good link of a similar example ? thanks Hirak On Oct 7, 1:42 pm, C K Kashyap <ckkash...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > 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
Rails tutorial: http://guides.rubyonrails.org/getting_started.html Sqlite tutorial: http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html On Oct 7, 6:42 am, Hirak <hirakchatter...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks Kashyap for the reply. Can you give me any good link of a > similar example ? > > thanks > Hirak > > On Oct 7, 1:42 pm, C K Kashyap <ckkash...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > 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
Thanks a lot Rick On Oct 7, 5:46 pm, Rick <richard.t.ll...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Rails tutorial:http://guides.rubyonrails.org/getting_started.html > Sqlite tutorial:http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html > > On Oct 7, 6:42 am, Hirak <hirakchatter...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Thanks Kashyap for the reply. Can you give me any good link of a > > similar example ? > > > thanks > > Hirak > > > On Oct 7, 1:42 pm, C K Kashyap <ckkash...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > 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