J
Jeremy Hinegardner
amalgalite version 0.9.0 has been released.
http://copiousfreetime.rubyforge.org/amalgalite/
{{ 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:
atabase#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:
atabase for a quick example, and a general
overview of the API.
http://copiousfreetime.rubyforge.org/amalgalite/
{{ 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:
* 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:
overview of the API.