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.
