pkgsrc/databases/ruby-vapor/DESCR

11 lines
517 B
Text
Raw Normal View History

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,
2005-03-06 13:58:04 +01:00
so developers can concentrate on the task of writing their application logic.
Some of Vapor's general design was inspired by the JDO
2005-03-06 13:58:04 +01:00
(Java Data Objects) standard.