SQLite3/Ruby is a set of bindings that allow Ruby programs to create and interact with SQLite3 databases. It includes support for transactions, bind parameters, type translation, batch processing of statements, and more.
| Tags | Database API Software Development Libraries Ruby Modules |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | Windows Windows POSIX |
| Implementation | Ruby |
Recent releases


Changes: Database#query was added to allow external row-by-row iteration of result sets. Three missing exceptions were added, and exceptions now have a "code" attribute to allow the numeric value of the error to be queried. Solaris is now supported by the DL driver.


Changes: This is the first stable release of the SQLite3/Ruby library.