plugeth/ethdb
Péter Szilágyi d3ece3a07c
cmd/utils, node: switch to Pebble as the default db if none exists (#27136)
* cmd/utils, node: switch to Pebble as the default db if none exists

* node: fall back to LevelDB on platforms not supporting Pebble

* core/rawdb, node: default to Pebble at the node level

* cmd/geth: fix some tests explicitly using leveldb

* ethdb/pebble: allow double closes, makes tests simpler
2023-04-21 19:24:18 +03:00
..
dbtest all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
leveldb ethdb: add benchmark test suite (#26659) 2023-02-10 04:35:00 -05:00
memorydb all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
pebble cmd/utils, node: switch to Pebble as the default db if none exists (#27136) 2023-04-21 19:24:18 +03:00
remotedb cmd/geth, cmd/utils: geth attach with custom headers (#25829) 2022-09-30 13:50:25 +02:00
batch.go
database.go
iterator.go
snapshot.go