#query #subscription #delete #product #price

app stripeql

Continously sync information from Stripe to your Postgress database

2 releases

0.1.1 Dec 5, 2022
0.1.0 Dec 5, 2022

#455 in HTTP server

MIT license

57KB
1.5K SLoC

Installation

cargo install stripeql

Usage

Run migrations

stripeql migrate

Load Initial Data

stripeql load

Serve Webhook

export RUST_LOG=info,sqlx::query=warn

stripeql serve

Dependencies

~35–49MB
~1M SLoC