libcoat-persistent-perl

Simple orm inspired by ruby's activerecord
  http://search.cpan.org/dist/Coat-Persistent/
  0
  no reviews



Coat::persistent is an object relational mapper (orm) for databases, which allows you to build instances of coat objects and save them into a database transparently. it allows one to execute sql commands directly as well.

the underlying target of this module is to port the whole activerecord::base api to perl. it is still a development version and should not be used in a production environment.