Files | Admin

Notes:

Release Name: 0.10.0

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 * custom functions * custom aggregates * requiring ruby code from a database Also Scroll through Amalgalite::Database for a quick example, and a general overview of the API.


Changes: === Enhancements * windows gem is now a fat binary to support installing into ruby 1.8 and 1.9 from the same gem * Update to Sqlite 3.6.16 and fix errors returned by define_aggregate and define_function based upon update