List of current ideas for development:

  • Design and implement mapper class that will replace current store tables and can map class members and class accessors when serializing and de-serializing objects. This idea is described in detail on StoreTablesAndMappers page
  • Design and implement logging subsystem. It should allow to log sql queries on archive, stream and class level.
  • Reorganize test suite splitting CSVArchive, XMLArchive and SQLArchive into separate test programs. Allow to run test cases for multiple inherited classes and single inherited classes without making double test cases for each test.
  • Add driver for mysql and firebird databases
  • Fix oracle and sybase driver and create test suite for it.
  • Design and implement BerkleyDBArchive backend
  • Design and implement MemArchive? backend