tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
937 stars 269 forks source link

Adds column family support in transactiondb #224

Closed yuanyuanzhao3 closed 1 year ago

yuanyuanzhao3 commented 1 year ago

Adding support for creating, reading, writing and deleting keys for column famlies in TransactionDB.