Release Name: 0.2.2
Notes:
Amalgalite embeds the SQLite database engine in a ruby extension. There is no
need to install SQLite separately.
Look in the examples/ directory to see
* general usage
* blob io
* schema information
Also Scroll through Amalgalite::Database for a quick example, and a general
overview of the API.
Changes:
* Bugfixes
* Database#pragma should accept a block just like Database#execute does
* compatibility fix
* convert to using extconf.rb instead of mkrf for muster integration
|