Transparent layer around pysqlite
Ed Pasma <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, One or two years back, locking problems were reported here for the Trac Sqlite back-end. That inspired me to work on a solution by enabling shared-cache mode, this was introduced in SQLite about the same time. The result is now finally there in the form a module named sqmediumlite (see http://sqmediumlite.org). It can be used as a transparent layer around pysqlite or APSW. As Trac no longer requires this solution by now, I wonder if it is use to any other project. It appears to work well with cgi-type web- servers. The module has only been tested on Mac OS X and Windows 2000 and is still marked beta. I hope one does not hesitate to inform me about any problems. Best regards, Edzard Pasma