amalgalite version 0.11.0 has been released.
{{ Release notes for Version 0.11.0 }}
=== Bug Fixes
- Add compiletime vs. runtime library checking.
- Fix missing datatypes to typemap (reported by Jay Godse)
=== Enhancements
-
Update to SQLite 3.6.17
=== 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::Database 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]