paust-team / paust-db

GNU General Public License v3.0
6 stars 5 forks source link

Refactoring rocksdb to fix bug(5th bug https://github.com/paust-team/paust-db/pull/35#issuecomment-449921179 ) and add unit test #57

Closed kwjooo closed 5 years ago

kwjooo commented 5 years ago

Reference bug : https://github.com/paust-team/paust-db/pull/35#issuecomment-449921179 의 5번째 버그 issue : #39 #49 resolve #39 #49

내용

  1. Modify OpenDB method to OpenDBColumnFamily to fix upper bug and delete useless structure and method(CFS, ColumnFamily, CreateColumnFamily)
  2. Relocate rocksdb and its interface
  3. Add c_rocks_db unit test
dragon0170 commented 5 years ago

gofmt 적용해주세요.