amalgalite version 1.1.1 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
- full text search
Also Scroll through Amalgalite::Database for a quick example, and a
general
overview of the API.
Amalgalite adds in the following additional non-default SQLite
extensions:
- R*Tree index extension - http://sqlite.org/rtree.html
- Full Text Search - http://sqlite.org/fts3.html
=== Installation
gem install amalgalite
{{ Release notes for Version 1.1.1 }}
=== Enhancements
- Update to SQLite 3.7.5
- Enable SQLite Full Text Search compile time options FTS3 and FTS4
[github issue #10]
http://www.sqlite.org/fts3.html - Enable STAT2 SQLite compile time option to improve ANALYZE command
support
http://www.sqlite.org/lang_analyze.html
=== Bug Fixes
- The C coded generated by gen_constants.rb was updated to support older
compilers [github issue #8] (patch from josb) - Fix ‘amalgalite-pack --self’ on ruby 1.9