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
- Host: GitHub
- URL: https://github.com/markolson/purist-sqlite3
- Owner: markolson
- Created: 2011-04-21T22:25:17.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T15:55:18.000Z (about 15 years ago)
- Last Synced: 2025-03-02T12:18:32.390Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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