surfpool-db 0.9.6

Surfpool is the best place to train before surfing Solana.
Documentation
1
2
3
4
5
6
7
8
9
diesel::table! {
    collections (id) {
        id -> Text,
        created_at -> Date,
        updated_at -> Date,
        table_name -> Text,
        schema -> Text,
    }
}