Add memory backend.

This commit is contained in:
Stefan Thomas
2013-07-30 14:11:54 -07:00
parent 87c4a41a0b
commit a8efd9aa78

View File

@@ -194,6 +194,7 @@ int rippleMain (int argc, char** argv)
p.add ("parameters", -1);
// These must be added before the Application object is created
NodeStore::addBackendFactory (MemoryBackendFactory::getInstance ());
NodeStore::addBackendFactory (SqliteBackendFactory::getInstance ());
NodeStore::addBackendFactory (LevelDBBackendFactory::getInstance ());
NodeStore::addBackendFactory (NullBackendFactory::getInstance ());