pkgsrc/databases/ruby-vapor/DESCR
taca 6cb323f186 Importing databases/ruby-vapor 0.7.0 pacakge, based on PR pkg/22296
by Rasputin <rasputin at idoru dot mine dot nu>.

Vapor is a persistent Object-Repository for Ruby, providing
transparent persistence of Ruby objects to a PostgreSQL database.
It's goal is to provide developers with an easy-to-use persistence
framework that does not interfere with the code of classes that
are to be persistently stored.
Vapor does not require any knowledge about relational databases,
so developers can concentrate on the task of writing their application logic.

Some of Vapor's general design was inspired by the JDO
(Java Data Objects) standard.
2003-09-16 16:29:11 +00:00

10 lines
519 B
Text

Vapor is a persistent Object-Repository for Ruby, providing
transparent persistence of Ruby objects to a PostgreSQL database.
It's goal is to provide developers with an easy-to-use persistence
framework that does not interfere with the code of classes that
are to be persistently stored.
Vapor does not require any knowledge about relational databases,
so developers can concentrate on the task of writing their application logic.
Some of Vapor's general design was inspired by the JDO
(Java Data Objects) standard.