t.p.j.rowjournal : module documentation

Part of twisted.persisted.journal View Source

Journal using twisted.enterprise.row RDBMS support.

You're going to need the following table in your database:
   | CREATE TABLE journalinfo
   | (
   |   commandIndex int
   | );
   | INSERT INTO journalinfo VALUES (0);
Class RowJournal Journal that stores data 'snapshot' in using twisted.enterprise.row.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.