J
Jeremy Hinegardner
amalgalite version 0.8.0 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:atabase for a quick example, and a general
overview of the API.
{{ Release notes for Version 0.8.0 }}
== Enhancements
* Add in support for obtaining limited schema information on temporary tables
and temporary indexes
* Add support for returning the primary key columns of a table
* Other miscellaneous items to support the ActiveRecord adapter
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:atabase for a quick example, and a general
overview of the API.
{{ Release notes for Version 0.8.0 }}
== Enhancements
* Add in support for obtaining limited schema information on temporary tables
and temporary indexes
* Add support for returning the primary key columns of a table
* Other miscellaneous items to support the ActiveRecord adapter