geekskick / rusty_notes

Playing around with sqlite in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Playing around with sqlite in rust


Languages

Language:Rust 99.6%Language:Shell 0.4%