[squeak-dev] [SqueakMap][5.2] Entry for SQLite3

H. Hirzel hannes.hirzel at gmail.com
Fri Oct 19 10:08:33 UTC 2018


I consider to use this script load script


SMSqueakMap default loadUpdates.

(Smalltalk hasClassNamed: #FFIConstants)
	ifFalse: [ SMSqueakMap default installPackageNamed: 'FFI' version: '5.2' ].

#('SqueakSQLite3-Core-MilanVavra.2.mcz'
'SqueakSQLite3-Tests-MilanVavra.2.mcz' ) do:
	[ : each |
	(Installer repository:
'http://smalltalkhub.com/mc/MilanVavra/SqueakSQLite3/main') install:
each ]



If you execute it in a Workspace in Squeak 5.2 it loads fine.
All tests are green. But there are only 5 of them in total.

Suggestions for an enhanced load script are welcome....




On 10/19/18, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> Hello all
>
> Following up on the mail of Benoit about databases.
>
> I'd like to construct an entry for SQLite3 for the Squeak release 5.2.
>
> I understand that it needs FFI, the FFI entry is in SqueakMap.
>
> According to
> SQLite   http://wiki.squeak.org/squeak/6367
>
> an up to date repository seems to be this one
>
> http://smalltalkhub.com/#!/~MilanVavra/SqueakSQLite3
>
> These instructions (2016) are fairly recent
>
> https://milanvavra.wordpress.com/2016/08/12/squeak-5-0-using-sqlite3/
>
> Loading this code into Squeak 5.2 works. All tests are green.
>
> Do you have comments?, update information?
>
> Regards
> Hannes
>


More information about the Squeak-dev mailing list