Introduction
The ldb command line tool offers multiple data access and database management commands. You can use ldb to access, write, read, and delete data in a database, as well as efficiently manage a database, for example, adding a column family to or configuring basic parameters in a database.
RocksDB uses column families (or tables) to plan data storage, which logically partition a database.
Parent topic: RocksDB ldb Tool Usage Guidance