Skip to content

amichal/rust-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-pg

Playing with rust and postgres. This was my first rust codebase and everything I know starts with reading https://doc.rust-lang.org/stable/book. if you know rust or what a real application don't look here.

Quick Start

brew install rust; #install rust stable
git clone git@github.com:amichal/rust-pg.git;
cd rust-pg;
cargo run # build any missing our out of date binaries to `target/debug/...` and then run the main package (listed in Cargo.toml)
# or
cargo run --release

Like tests?

Rust encourages including test code right in your src. cargo test will find and run all test functions and report on thier ruslts

Notes for rails devs

About

Playing with rust and postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published