sam / do fork watch download tarball
public
Rubygem
Description: DataObjects
Homepage: http://rubyforge.org/projects/dorb
Clone URL: git://github.com/sam/do.git
Search Repo:
Fixed READMEs, added JDBC support to TODOs
myabc (author)
Fri Jun 06 16:55:11 -0700 2008
commit  800b4cb900cf79a23f03b36b943d25ca7a9e65e0
tree    25e851c7b5e8e6d9e650c74dd31b52214f51c63a
parent  786dddcf9d744e2a1123997bf5bc1db522d3afc3
...
1
2
 
3
4
 
...
1
 
2
3
 
4
0
@@ -1,4 +1,4 @@
0
 data_objects
0
-=================
0
+============
0
 
0
-A plugin for the Merb framework that provides ....
0
+A unified Ruby API for popular databases.
...
 
 
 
 
...
1
2
3
4
0
@@ -0,0 +1,4 @@
0
+TODO
0
+====
0
+
0
+ * Add JDBC-based version of this driver.
...
1
2
 
3
4
 
...
1
 
2
3
 
4
0
@@ -1,4 +1,4 @@
0
 do_postgres
0
-=================
0
+===========
0
 
0
-Data Objects PostgreSQL adapter
0
+A PostgreSQL driver for DataObjects
...
 
 
 
 
...
1
2
3
4
0
@@ -0,0 +1,4 @@
0
+TODO
0
+====
0
+
0
+ * Add JDBC-based version of this driver.
...
1
2
 
3
4
 
...
1
 
2
3
 
4
0
@@ -1,4 +1,4 @@
0
 do_sqlite3
0
-=================
0
+==========
0
 
0
-A plugin for the Merb framework that provides ....
0
+A DataObjects driver for SQLite3
...
 
 
 
 
...
1
2
3
4
0
@@ -0,0 +1,4 @@
0
+TODO
0
+====
0
+
0
+ * Add JDBC-based version of this driver.

Comments

    No one has commented yet.