2003-09-16 18:29:11 +02:00
|
|
|
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.
|
2003-09-16 18:29:11 +02:00
|
|
|
|
|
|
|
Some of Vapor's general design was inspired by the JDO
|
2005-03-06 13:58:04 +01:00
|
|
|
(Java Data Objects) standard.
|