surfpool-db 0.9.5

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