[ANN] amalgalite 0.7.7 Released

amalgalite version 0.7.7 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.7 }}

=== Bug Fixes

* roll back to SQLite 3.6.10 because of substr() bug in 3.6.11

···

--

Jeremy Hinegardner jeremy@hinegardner.org

Congrats! Keep up the good work.

/Shawn

···

On Wed, Mar 4, 2009 at 9:46 PM, Jeremy Hinegardner <jeremy@hinegardner.org>wrote:

amalgalite version 0.7.7 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.7 }}

=== Bug Fixes

* roll back to SQLite 3.6.10 because of substr() bug in 3.6.11

--

Jeremy Hinegardner jeremy@hinegardner.org

Definitely. This library is one of my new favorites!

James Edward Gray II

···

On Mar 5, 2009, at 12:13 PM, Shawn Anderson wrote:

Congrats! Keep up the good work.