ccDB released (threaded DB access)

Blitz3D Forums/Blitz3D Userlibs/ccDB released (threaded DB access)

Mahan(Posted 2009) [#1]
Hi,

I just finished my first release of ccDB, a userlib for both Blitz3D and BlitzPlus that enables threaded (hence concurrent) database access.

From the README.txt:

******************************************************
ccDB v0.1

- COnCurrent DataBase library -

******************************************************

-= Purpose =-
ccDB is a library that allows Blitz3D and BlitzPlus
developers to access ODBC and SQLite databases in a
threaded fashion so that their realtime applications
and games can run with without loss of framerate and
updates.

To explain it simply you tell ccDB to perform some
work (like connecting to a DB or to run an SQL
query) and then you can check later if the work is
finished. During the time the DB work is done your
program or game continues to run as usual.


Demos for SQLite are included for B3D and B+.
(check the header of the demos for instructions)



Feel free to download this library here!