Hi, I am currently doing small pet project web programming stuff using ruby. I am new to web programming, MVC, ORM and so on, so lots of hurdles here.
Anyway, I have difficulties using sequel as ORM.
I already have a postgres db running
(created without using sequel whatsoever, just used plain postgresql command) but
don't know where/how to start using sequel as ORM.
I know how to connect to postgresql db using sequel and then what??
It's been a frustrating time for a while as I am stuck in this problem.
The doc in the website is kinda overwhelming for me. IRC channel no answers..
My first goal is to make a simple ruby script that able to update a table in postgresql from csv file using sequel as a ORM.
Desperately need some enlightenment.