A HTTP server for syncing podcast app state, mirroring the gpodder API. Designed for use with [AntennaPod].
podsync uses sqlx in [offline mode] for builds.
To update the schema:
- cargo install sqlx-cli
- cargo sqlx prepare
(with a present database)
- Commit in sqlx-data.json
- Unset DATABASE_URL
during compilation