diff options
Diffstat (limited to 'databases/ruby-vapor/DESCR')
-rw-r--r-- | databases/ruby-vapor/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/ruby-vapor/DESCR b/databases/ruby-vapor/DESCR new file mode 100644 index 00000000000..b7de68af7e6 --- /dev/null +++ b/databases/ruby-vapor/DESCR @@ -0,0 +1,10 @@ +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. |