netter 0.3.2

Netter is a CLI tool for fast and easy server startup!
1
2
3
4
5
6
7
8
9
// @generated automatically by Diesel CLI.

diesel::table! {
    users (id) {
        id -> Int4,
        name -> Varchar,
        password -> Text,
    }
}