W dniu 18.03.2010 15:49, DreiJane pisze:

Principally sqlite connections (sqlite3 objects in the C-API) can be
used over multiple threads - and connections to :memory: make no
difference. There are additional parameters to open() giving fine-
tuned control. And apsw is promising a true reflection of sqlite's C-
API.

It's my fault not saying what am I using to connect to sqlite db. It's sqlite3 module. So there is no open() function etc. As for now I'm not interested in rewriting my program to use apsw so is there any possible way of working this out with sqlite3?

--
best regards
princess

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to