# Sa-Token example
PostgreSQL is required (see `config/app.toml` `[sea-orm]`). From the `summer-sa-token` crate root:
```bash
cargo run --example sa-token-example
```
Configuration file: `examples/sa-token-example/config/app.toml` (loaded via `CARGO_MANIFEST_DIR` in the example `main.rs`).