Amalgalite 0.7.3 Released

amalgalite version 0.7.3 has been released.

gem install amalgalite

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

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.

{{ Release notes for Version 0.7.3 }}

=== Enhancements

  • added Database#first_row_from
  • added Database#first_value_from

=== Bug Fixes

  • clean up ruby warnings when run with -w
  • fix documenation on Database#execute