summaryrefslogtreecommitdiff
path: root/databases/ruby-vapor/DESCR
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2003-09-16 16:29:11 +0000
committertaca <taca@pkgsrc.org>2003-09-16 16:29:11 +0000
commit6cb323f18646816a7047fbcd40cabf58891c8ed8 (patch)
tree364eeb076073edaeb728ad21f1f176ed1425f076 /databases/ruby-vapor/DESCR
parentade09f608556e5e850964b1f7be47493a7891688 (diff)
downloadpkgsrc-6cb323f18646816a7047fbcd40cabf58891c8ed8.tar.gz
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.
Diffstat (limited to 'databases/ruby-vapor/DESCR')
-rw-r--r--databases/ruby-vapor/DESCR10
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.