Registry / database / ckb-db-schema

ckb-db-schema

JSON →
library1.1.0rscratesunverified

The schema include constants define the low level database column families.

# Cargo.toml [dependencies] ckb-db-schema = "1.1.0"
INSTALL
IMPORT
SIG · CKB-DB-SCHEMA
C
ckb-db-schema
databaserustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

COLUMNS
use ckb_db_schema::COLUMNS;

Access the database column family constants.

use ckb_db_schema::COLUMNS; fn main() { println!("Number of columns: {}", COLUMNS.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
ckb-db-schema — cargo add ckb-db-schema · libregistry