Amalgalite 1.1.1 Released

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:

=== 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]
    SQLite FTS3 and FTS4 Extensions
  • Enable STAT2 SQLite compile time option to improve ANALYZE command
    support
    ANALYZE

=== 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

Thanks, Jeremy!

Jos


Peace cannot be achieved through violence, it can only be attained
through
understanding.
On Mar 27, 2011 8:59 PM, “Jeremy H.” [email protected]
wrote:

amalgalite version 1.1.1 has been released.

amalgalite

=== Description

Amalgalite embeds the SQLite database engine in a ruby extension. There is
no

  • full text search

Also Scroll through Amalgalite::Database for a quick example, and a
general

{{ 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]
    SQLite FTS3 and FTS4 Extensions
  • Enable STAT2 SQLite compile time option to improve ANALYZE command
    support

Glad to help out. I put in an example of how to use SQLite’s full text
search
now that I compile it in. Its pretty fun to play with.

enjoy,

-jeremy

And thank you for your patch!

  • The C coded generated by gen_constants.rb was updated to support older
    compilers [github issue #8] (patch from josb)

On Mon, Mar 28, 2011 at 5:59 AM, Jeremy H.
[email protected] wrote:

amalgalite version 1.1.1 has been released.

amalgalite

Hi,

I’ve tested this with my previously failing script and it now works
like a charm.

Thanks for the quick response !

Jesus.