[ANN] SQLite3 wrapper updated with tests

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] SQLite3 wrapper updated with tests

Torsten Bergmann
Now available via Metacello (cleaned up - no underscore assignment, test package, categorized methods)

Note that you require the correct sqlite shared library in your VM's directory
(download from http://www.sqlite.org/download.html)

Just evaluate:
------------------------------------------------------------------
Gofer new
 squeaksource: 'MetacelloRepository';
 package: 'ConfigurationOfSQLite3';
 load.


"If you need all (including tests):"
((Smalltalk at: #ConfigurationOfSQLite3) project version: '1.0') load: 'Tests'.


"Only the core"
((Smalltalk at: #ConfigurationOfSQLite3) project version: '1.0') load.
------------------------------------------------------------------

Bye
T.



--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] [ANN] SQLite3 wrapper updated with tests

Stéphane Ducasse
great!

On Jan 25, 2010, at 9:25 PM, Torsten Bergmann wrote:

> Now available via Metacello (cleaned up - no underscore assignment, test package, categorized methods)
>
> Note that you require the correct sqlite shared library in your VM's directory
> (download from http://www.sqlite.org/download.html)
>
> Just evaluate:
> ------------------------------------------------------------------
> Gofer new
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfSQLite3';
> load.
>
>
> "If you need all (including tests):"
> ((Smalltalk at: #ConfigurationOfSQLite3) project version: '1.0') load: 'Tests'.
>
>
> "Only the core"
> ((Smalltalk at: #ConfigurationOfSQLite3) project version: '1.0') load.
> ------------------------------------------------------------------
>
> Bye
> T.
>
>
>
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project