Installation

shell cargo install stripeql

Usage

Run migrations

shell stripeql migrate

Load Initial Data

shell stripeql load

Serve Webhook

```shell export RUST_LOG=info,sqlx::query=warn

stripeql serve ```