Amalgalite 0.10.0 Released

amalgalite version 0.10.0 has been released.

{{ Release notes for Version 0.10.0 }}

=== 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

    http://copiousfreetime.rubyforge.org/amalgalite/

=== Installation

gem install amalgalite

=== Description

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.