```rust #[derive(Turbosql)] struct Config { // ... } Config::select_singleton(); Config{ .. }.upsert_singleton(); ```