[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] amalgalite 0.9.0 Released

Jeremy Hinegardner

4/5/2009 10:44:00 PM

amalgalite version 0.9.0 has been released.

http://copiousfreetime.rubyforge.org/a...

{{ Release notes for Version 0.9.0 }}

=== Enhancements

* Ruby 1.9 compatibility
* Update to SQLite 3.6.12
* Added support for the new SQLite Backup API, see Amalgalite::Database#replicate_to
* Added exclusive/immediate/deferred transaction helpers

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

--
========================================================================
Jeremy Hinegardner jeremy@hinegardner.org