[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] amalgalite 0.7.7 Released

Jeremy Hinegardner

3/5/2009 5:47:00 AM


amalgalite version 0.7.7 has been released.

gem install amalgalite

http://copiousfreetime.rubyforge.org/a...

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.

{{ Release notes for Version 0.7.7 }}

=== Bug Fixes

* roll back to SQLite 3.6.10 because of substr() bug in 3.6.11

--
========================================================================
Jeremy Hinegardner jeremy@hinegardner.org


2 Answers

Shawn Anderson

3/5/2009 6:13:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

Congrats! Keep up the good work.

/Shawn

On Wed, Mar 4, 2009 at 9:46 PM, Jeremy Hinegardner
<jeremy@hinegardner.org>wrote:

>
> amalgalite version 0.7.7 has been released.
>
> gem install amalgalite
>
> http://copiousfreetime.rubyforge.org/a...
>
> 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.
>
> {{ Release notes for Version 0.7.7 }}
>
> === Bug Fixes
>
> * roll back to SQLite 3.6.10 because of substr() bug in 3.6.11
>
> --
> ========================================================================
> Jeremy Hinegardner jeremy@hinegardner.org
>
>
>

James Gray

3/5/2009 6:29:00 PM

0

On Mar 5, 2009, at 12:13 PM, Shawn Anderson wrote:

> Congrats! Keep up the good work.

Definitely. This library is one of my new favorites!

James Edward Gray II