twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
274 stars 89 forks source link

Expose `default_cf_name` #90

Open alexreg opened 3 years ago

alexreg commented 3 years ago

Could we have default_cf_name exposed as a class attribute/property on DB? I know it should always be "default" for now, but since the underlying rocksdb library exposes it, and perhaps it could change in the future, it would be nice for python-rocksdb to do the same.