summaryrefslogtreecommitdiffstats
path: root/ruby/sqlite3/README
diff options
context:
space:
mode:
author Jostein Berntsen <jbernts@broadpark.no>2013-12-05 02:23:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-05 06:42:24 +0700
commitd8a6e77f4ff54c3b4d49bdb3894420036a075601 (patch)
treeb145c484dd6c2a5fff5ef00001a8b76efac21a32 /ruby/sqlite3/README
parent6a106964f5fb5e3b335d15fcc81e83b1ac7ea8ce (diff)
downloadslackbuilds-d8a6e77f4ff54c3b4d49bdb3894420036a075601.tar.gz
slackbuilds-d8a6e77f4ff54c3b4d49bdb3894420036a075601.tar.xz
ruby/sqlite3: Added (Database interface module)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/sqlite3/README')
-rw-r--r--ruby/sqlite3/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/sqlite3/README b/ruby/sqlite3/README
new file mode 100644
index 0000000000..67d2cf692c
--- /dev/null
+++ b/ruby/sqlite3/README
@@ -0,0 +1,2 @@
+This module allows Ruby programs to interface with the SQLite3 database
+engine (http://www.sqlite.org).