Hi Torsten,

With some students from the university of Lille we added a jenkins job for this driver in the DBXTalk infrastructure.

https://ci.inria.fr/dbxtalk/view/SQLite/job/NBSQLite3-NativeDriver-SQLite/

It is testing a matrix combining stable/bleedingEdge, pharo3/4, ubuntu/windows.

Hope this is useful ^^,
Guille

El Sat Jan 10 2015 at 4:58:41 PM, Torsten Bergmann <astares@gmx.de> escribi��:
Some of you may already have noticed that it is already available but there
was not yet a formal announcement, so here it is:


There is a new way/project to work with the SQLite3 embeddable database.
While in the past there was already a SQLite wrapper project for Pharo based
on FFI this one is based on NativeBoost and also has some support for Glorp.

The "NBSQLite3 for Pharo" is a project to provide an API and access to the
SQLite3 database from within the Pharo image. With this tool you can use the
small relational SQL engine into own Pharo projects.

The project page is located on http://smalltalkhub.com/#!/~PharoExtras/NBSQLite3

More details can be found on the project page or on blog posts of PierceNg (the
orginal author):�� http://www.samadhiweb.com/blog

The project is now additionally refactored, supported with green tests, documented,
split in seperate loadable packages and moved to the PharoExtras team at STHub. A
Metacello configuration for Pharo 4 is ready in the Pharo 4 configuration browser.

If you like you can help to test on/adopt to different platforms (at a minimum known
to work on Windows) or improve it further.

Have fun
Pierce and T.