[squeak-dev] About SQLite and squeak, seaside

Torsten Bergmann astares at gmx.de
Tue Jun 3 11:19:32 UTC 2008


Hi Witali,

anything you need is 

- FFI (take care of the FFI fix in http://bugs.squeak.org/view.php?id=6980 if you use a new 3.10 image)
- http://www.squeaksource.com/DeveloperWorkspace/SQLite3-tbn.1.mcz
  (which is just the code from http://map.squeak.org/package/b396aec0-e9cd-4e70-8746-eb38284f75af 
   packaged as Monticello versioned file)
- the native library for your platform from http://www.sqlite.org/download.html
  
The library name is defined in SqliteLibrary(class)>>moduleName, so you need 
the sqlite3.dll for Windows for example (sqlitedll-3_5_9.zip on the download page). 
Place it in the same directory as the Squeak virtual machine.

Have fun
Torsten


-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx



More information about the Squeak-dev mailing list