butterfly-bot 0.8.0

Butterfly Bot is an opinionated personal-ops AI assistant built for people who want results, not setup overhead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
diesel::table! {
    reminders (id) {
        id -> Integer,
        user_id -> Text,
        title -> Text,
        due_at -> BigInt,
        created_at -> BigInt,
        completed_at -> Nullable<BigInt>,
        fired_at -> Nullable<BigInt>,
    }
}