J
Jeremy Hinegardner
amalgalite version 0.10.1 has been released.
{{ Release notes for Version 0.10.1 }}
* Add version subdirectory for extension on all platforms for building locally
on gem install.
* Small documentation change for Amalgalite:atabase#new
* Add gem for x86-ming32 platform
* Add specs to validate the R*Tree index is compiled correctly
http://copiousfreetime.rubyforge.org/amalgalite/
=== 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.
Amalgalite adds in the following additional non-default SQLite extension(s):
* R*Tree index extension- http://sqlite.org/rtree.html
{{ Release notes for Version 0.10.1 }}
* Add version subdirectory for extension on all platforms for building locally
on gem install.
* Small documentation change for Amalgalite:atabase#new
* Add gem for x86-ming32 platform
* Add specs to validate the R*Tree index is compiled correctly
http://copiousfreetime.rubyforge.org/amalgalite/
=== 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.
Amalgalite adds in the following additional non-default SQLite extension(s):
* R*Tree index extension- http://sqlite.org/rtree.html