summaryrefslogtreecommitdiffstats
path: root/ruby/sqlite3/README
diff options
context:
space:
mode:
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).