amalgalite version 0.2.0 has been released.
http://www.copiousfreetime.org/articles/2008/07/04/amalgalite-0-2-0-released.html
Amalgalite embeds the SQLite database engine in a ruby extension. There
is no
need to install SQLite separately. Look in the examples/ directory for
examples
on:
- general usage
- blob io
- schema information
Also Scroll through Amalgalite::Database for a quick example, and a
general
overview of the API.
{{ Release notes for Version 0.2.0 }}
-
Major Enhancements
- blob support, both incremental access and normal access
-
Minor Enhancements
- added examples/gem_db.rb script demonstrating taps and prepared
statements - added examples/schema-info.rb script demonstrating meta information
- added examples/blob.rb demonstrating incremental blob IO
- added acces to the SQLite3 errcode and errmsg api
- added examples/gem_db.rb script demonstrating taps and prepared
-
Bugfixes
- added taps.rb for requiring
- fixed prepared statement reset
- caught an error in executing prepared statements earlier in the
process so
the correct error is reported