diff options
Diffstat (limited to 'ruby/sqlite3/README')
-rw-r--r-- | ruby/sqlite3/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/sqlite3/README b/ruby/sqlite3/README new file mode 100644 index 000000000000..67d2cf692cde --- /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). |