I am new to ruby. What is the best approach to make a simple postgresql DB via a ruby script? Can I use active record for this (not sure if it can be used via a ruby script)? or there are better alternatives?
I appreciate if you could help me with a ruby code snippet, or redirect me through a link.
Thanks.