/rusty_notes

Playing around with sqlite in rust

Primary LanguageRust

Rusty Notes

Mostly following the diesel getting start guide, but for SqLite.

Setup deps

cargo install diesel_cli

Set up database

diesel migration redo

Insert Into Database

cargo run --bin write_item hello

Print from database

cargo run --bin show_lists -v