python-rocksdb
python-rocksdb copied to clipboard
Expose `default_cf_name`
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.