From: Kev Jackson Date: 2005-11-21T12:53:10+09:00 Subject: Re: Active Record without rails >I have my little script that access a database (MS SQL) and I have seen what >rails ActiveRecord can do but this is not a web app, a simple script that >reads/writes records in a database. I want ActiveRecord to make my life >easier managing these records. > >I have searched around but I can't find a how to on how to use ActiveRecord >without rails. Is there any howto or example code around? > > You might also want to check out Og which has similar goals to ActiveRecord Kev