Crate sp_database[−][src]
The main database trait, allowing Substrate to store data persistently.
Modules
| error |
Structs
| MemDb | This implements |
| Transaction | A series of changes to the database that can be committed atomically. They do not take effect
until passed into |
Enums
| Change | An alteration to the database. |
| ChangeRef | An alteration to the database that references the data. |
Traits
| Database |
Functions
| as_database | Wrap RocksDb database into a trait object that implements |
| with_get | Call |
| with_lookup | Call |
Type Definitions
| ColumnId | An identifier for a column. |