| Crates.io | assembly-data |
| lib.rs | assembly-data |
| version | 0.3.0 |
| created_at | 2019-07-14 21:54:03.66236+00 |
| updated_at | 2021-09-13 07:56:21.787065+00 |
| description | Database module for the assembly crate |
| homepage | https://xiphoseer.github.io |
| repository | https://github.com/xiphoseer/assembly_rs |
| max_upload_size | |
| id | 149032 |
| size | 267,211 |
This crate contains the database related file formats of the assembly library.
This crate comes with a selection of example tools that can be installed using:
$ cargo install assembly-data --examples
Show all columns and their types for some table:
$ cargo run --example fdb-columns <file> <table>
Read an FDB file an create another one with the same content:
$ cargo run --example fdb-copy <src> <dest>
Show all rows for a single key in a table:
$ cargo run --example fdb-index <file> <table> <key>
Print statistics on an FDB file:
$ cargo run --example fdb-stat <file>
Show all tables in an FDB file
$ cargo run --example fdb-tables <file>
Print the names of all tables and their columns
$ cargo run --example fdb-tree <file>