Hi,
On sourceforge i put a new package for testing. It has two features added:
* Support for janSQL - a native object-pascal flat-file database engine.
janSQL is suitable for small databases only, lacks indexes and data
types, but has well-featured sql dialect including joins etc. May be
good choice if you dont want to be dependant on external libraries.
* Experimental class TMLiteDB (M for Multi-threaded, name suggestions
welcome). A helper thread performs all interaction with the database,
while various threads may access the same database object, provided they
do adequate locking. This may help to easify compiling multi-threaded
applications on linux that use sqlite.
Warning: Both additions are experimental code that need some polishing.
The rest of the library has not changed since 0.63. Download only if you
want to experiment with one of the new features.
Download available at:
http://sourceforge.net/project/showfiles.php?group_id=103463&package_id=122533
regards,
Rene
|