Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 794 Bytes

File metadata and controls

30 lines (20 loc) · 794 Bytes

pg_task

License Crates.io Docs.rs

FSM-based resumable Postgres tasks.

The full crate documentation, tutorial, and API examples live on docs.rs/pg_task

Contributing

Create and migrate a dev db:

echo 'DATABASE_URL=postgres:///pg_task' >.env
sqlx db create
sqlx mig run

Please run .pre-commit.sh before sending a PR.

License

This project is licensed under the MIT license.