https://github.com/fsmaxb/sqlx-serialization-panic-reproducer
Repository that demonstrates a panic when serialization fails in sqlx JSON
https://github.com/fsmaxb/sqlx-serialization-panic-reproducer
Last synced: 2 months ago
JSON representation
Repository that demonstrates a panic when serialization fails in sqlx JSON
- Host: GitHub
- URL: https://github.com/fsmaxb/sqlx-serialization-panic-reproducer
- Owner: FSMaxB
- Archived: true
- Created: 2023-09-04T09:55:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T10:06:46.000Z (over 1 year ago)
- Last Synced: 2025-02-18T04:31:29.006Z (2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLx serialization panic reproducer
How to reproduce the panic with this repository:
1. Make sure docker compose is installed
2. Run `docker compose up -d` to start the database (or start it some other way if you don't want to use docker compose)
3. `cargo install sqlx-cli` to install sqlx-cli
4. `sqlx migrate run` to add the necessary database table
5. `cargo run` This will reproduce the panic