J
Jeremy Hinegardner
amalgalite version 0.12.0 has been released.
{{ Release notes for Version 0.12.0 }}
=== Enhancements
* Update to sqlite 3.6.19
=== Bug Fixes
* Improve detection of schema changes
* Add missing development dependencies
* Ensure the initialization of the underlying sqlite3 library
* Fix a segmentation fault that happend in Sequel tests
* Fix tracking of highwater memory usage
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.12.0 }}
=== Enhancements
* Update to sqlite 3.6.19
=== Bug Fixes
* Improve detection of schema changes
* Add missing development dependencies
* Ensure the initialization of the underlying sqlite3 library
* Fix a segmentation fault that happend in Sequel tests
* Fix tracking of highwater memory usage
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:
overview of the API.
Amalgalite adds in the following additional non-default SQLite extension(s):
* {R*Tree index extension}[http://sqlite.org/rtree.html]