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. |