MarcoFalke
3333bae9b2
tidy: modernize-use-equals-default
2024-07-08 11:12:01 +02:00
Ava Chow
dd57713f6e
Add MakeBerkeleyRODatabase
...
Implements MakeBerkeleyRODatabase and adds DatabaseFormat::BERKELEY_RO
so that MakeDatabase can use BerkeleyRO as the backend database.
2024-05-16 15:03:13 -04:00
Ava Chow
0c8e728476
wallet: implement BerkeleyROBatch
...
Implement ReadKey and HasKey of BerkeleyROBatch, and Next of BerkeleyROCursor.
Also adds the containers for records to BerkeleyRODatabase so that
BerkeleyROBatch will be able to access the records.
2024-05-13 23:01:37 -04:00
Ava Chow
756ff9b478
wallet: add dummy BerkeleyRODatabase and BerkeleyROBatch classes
...
BerkeleyRODatabase and BerkeleyROBatch will be used to access a BDB file
without the use of BDB. For now, these are dummy classes.
2024-05-13 23:01:06 -04:00