danicoin/src/blockchain_db
Thomas Winget 7b14d4a17f
Steps toward multiple dbs available -- working
There will need to be some more refactoring for these changes to be
considered complete/correct, but for now it's working.

new daemon cli argument "--db-type", works for LMDB and BerkeleyDB.

A good deal of refactoring is also present in this commit, namely
Blockchain no longer instantiates BlockchainDB, but rather is passed a
pointer to an already-instantiated BlockchainDB on init().
2015-03-25 12:09:44 -04:00
..
berkeleydb Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
lmdb Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
blockchain_db.cpp Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
blockchain_db.h Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00
CMakeLists.txt BerkeleyDB Blockchain building, not working yet 2015-03-16 09:14:51 -04:00
db_types.h Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00