You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jprupp! I am building something on top of rocksdb, and I find myself needing to specify column families for my operations. The function withDBCF needs an association list of their name in textual representation, and then they are accessible as a list in the DB record from the closure.
Is the end-user of the library supposed to use list indexing to retrieve the column family they need?
The text was updated successfully, but these errors were encountered:
Hi @jprupp! I am building something on top of rocksdb, and I find myself needing to specify column families for my operations. The function
withDBCF
needs an association list of their name in textual representation, and then they are accessible as a list in theDB
record from the closure.Is the end-user of the library supposed to use list indexing to retrieve the column family they need?
The text was updated successfully, but these errors were encountered: