jvmvm-api 0.1.0

The API for the JVMVM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// @generated automatically by Diesel CLI.

diesel::table! {
    versions (id) {
        id -> Integer,
        candidate -> Text,
        version -> Text,
        vendor -> Text,
        platform -> Text,
        url -> Text,
        visible -> Bool,
        sha256sum -> Nullable<Text>,
    }
}