https://github.com/svenstaro/rust-timescale-sqlx-rocket
A little integration test of Rust, TimescaleDB, sqlx, and Rocket
https://github.com/svenstaro/rust-timescale-sqlx-rocket
Last synced: 6 months ago
JSON representation
A little integration test of Rust, TimescaleDB, sqlx, and Rocket
- Host: GitHub
- URL: https://github.com/svenstaro/rust-timescale-sqlx-rocket
- Owner: svenstaro
- License: mit
- Created: 2021-03-18T12:21:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T18:27:13.000Z (over 4 years ago)
- Last Synced: 2025-02-06T12:15:43.452Z (8 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-timescale-sqlx-rocket
A little integration test of Rust, TimescaleDB, sqlx, and Rocket## Requirements
- Install PostgreSQL with TimescaleDB
- cargo install sqlx-cli## Development
cargo watch -x 'sqlx database reset && cargo run'
## Benchmark
cargo run --release
oha localhost:8000