Tag: sqlite
SQLite 3.6.2 Wrapper
by parc on Sep.02, 2008, under Smalltalk
The new version contains the C-code based on SQLite 3.6.2, some version specific tests but no other enhancements:
MSKSQLite 3.6.1 Wrapper
by parc on Aug.11, 2008, under Smalltalk
A new version of SQLite (3.6.1) for usage with VASmalltalk. This version has been tested under Wine and Windowx XP and it seems to work.
Tests under Vista failed when working with database files and I do not know the reasons for that …
PS.: turning UAC off under Vista and all tests are running well ….
Support for SQLite 3.5.9
by parc on Jun.09, 2008, under Smalltalk
Here is the newest library for SQLite 3.5.9. This version contains code again for Linux - but I still have stability problems there … reproducable ones :-((
The licesne for this software is LGPL
SQLite - a good candidate for an embedded database
by admin on Jun.09, 2008, under Smalltalk
If you are looking for an embedded database for your Smalltalk based application SQLite may be a good choice. Within this category I want to post some information about my mrapper for VASmalltalk.
For additional information about SQLite you may look at the homepage of that product