Skip navigation.
Home

Database backend change

I have updated JabRSS to use pysqlite instead of apsw for accessing the backend database.

This was mainly done because pysqlite is now part of Python 2.5. And as the two interfaces are extremely similar, there wasn't much work to do anyway.