J
Jeremy Hinegardner
amalgalite version 1.0.0 has been released.
http://www.copiousfreetime.org/projects/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]
=== Installation
gem install amalgalite
{{ Release notes for Version 1.0.0 }}
=== Enhancements
* Update to 1.0.0
* Update to SQLite 3.7.4
* Update all runtime and development dependencies to the latest version
=== Bug Fixes
* Fix FasterCSV/CSV compatibility issues with ruby 1.8/1.9 [github issue #4]
* Fix building issues for Ruby 1.9 [gitHub issue #5]
* Fix cross compilation problems when using rvm
http://www.copiousfreetime.org/projects/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]
=== Installation
gem install amalgalite
{{ Release notes for Version 1.0.0 }}
=== Enhancements
* Update to 1.0.0
* Update to SQLite 3.7.4
* Update all runtime and development dependencies to the latest version
=== Bug Fixes
* Fix FasterCSV/CSV compatibility issues with ruby 1.8/1.9 [github issue #4]
* Fix building issues for Ruby 1.9 [gitHub issue #5]
* Fix cross compilation problems when using rvm