An open API service indexing awesome lists of open source software.

https://github.com/markolson/purist-sqlite3

pure ruby sqlite3 reading
https://github.com/markolson/purist-sqlite3

Last synced: 26 days ago
JSON representation

pure ruby sqlite3 reading

Awesome Lists containing this project

README

          

Purist-SQLite is a ruby project intended to provide basic read-only access to sqlite3 database files on systems where the sqlite3 gem and associated libraries may not be available. In its current state, it is all but useless, as I made this as a toy.

TODO:
support overflow tables
add a real interface to things
package up as a gem
add some simple filtering
use indexes for aforementioned filtering