conradwt / diesel-person-demo

Example Project Using Rust Language and The Diesel Crate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diesel Person Demo

Example Project Using Rust Language and The Diesel Crate.

Getting Started

Software requirements

  • PostgreSQL 12.3 or higher

  • Rust 1.44.0 or higher

Navigate to the application

$ cd /path/to/diesel-person-demo

Creating Person

cargo run --bin write_person

Showing People

cargo run --bin show_people

Delete Person

cargo run --bin delete_person person-id

Support

Bug reports and feature requests can be filed with the rest for the Diesel Person Demo project here:

License

Diesel Person Demo is released under the MIT license.

Copyright

copyright:: (c) Copyright 2020 Conrad Taylor. All Rights Reserved.

About

Example Project Using Rust Language and The Diesel Crate.


Languages

Language:Rust 72.5%Language:PLpgSQL 21.4%Language:TSQL 6.1%