Quick Start Interactive Tutorial
Follow this 8-step interactive tutorial to learn database initialization, table creation, data insertion, query execution, transactions, and server mode setup.
Step 1 of 8
Add MagnumDB Dependency
Add magnumdb crate version 0.4.8 to your Cargo.toml application manifest.
bash
$ cargo add magnumdb@=0.4.8Expected Output / Behavior:
Added magnumdb v0.4.8 to Cargo.toml dependencies.