cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too many unnecessary dependencies

mvestnik opened this issue · comments

I find sqlite, mysql, two loggers, jwt, viper, cobra...
Why do you need this for a storage facility?

Our list of dependencies is here: https://github.com/cockroachdb/pebble/blob/master/go.mod

Where do you see sqlite, mysql, viper?