[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.8.0 Released

Jeremy Hinegardner

3/24/2009 6:53:00 AM


amalgalite version 0.8.0 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.8.0 }}

== Enhancements

* Add in support for obtaining limited schema information on temporary tables
and temporary indexes
* Add support for returning the primary key columns of a table
* Other miscellaneous items to support the ActiveRecord adapter

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


3 Answers

Peña, Botp

3/24/2009 8:55:00 AM

0

From: Jeremy Hinegardner [mailto:jeremy@hinegardner.org]=20
# amalgalite version 0.8.0 has been released.


will this run on ruby1.9 on windows?

it's looking for msvcrt-ruby18.dll...

Jeremy Hinegardner

3/24/2009 2:45:00 PM

0

On Tue, Mar 24, 2009 at 05:54:50PM +0900, Pe?a, Botp wrote:
> From: Jeremy Hinegardner [mailto:jeremy@hinegardner.org]
> # amalgalite version 0.8.0 has been released.
>
> will this run on ruby1.9 on windows?
>
> it's looking for msvcrt-ruby18.dll...

I have a few changes to make in the extension to make it 1.9 compatible. So
stay tuned, probably in the next few weeks.

enjoy,

-jeremy


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


Peña, Botp

3/25/2009 12:32:00 AM

0

From: Jeremy Hinegardner [mailto:jeremy@hinegardner.org]=20
# I have a few changes to make in the extension to make it 1.9=20
# compatible. So stay tuned, probably in the next few weeks.

can't wait :)
thanks very much, jeremy.
best regards -botp