Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schu/sqlx-invalid-datetime
https://github.com/schu/sqlx-invalid-datetime
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/schu/sqlx-invalid-datetime
- Owner: schu
- Created: 2024-08-13T19:01:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T19:02:34.000Z (3 months ago)
- Last Synced: 2024-08-13T22:18:22.872Z (3 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
export DATABASE_URL=sqlite://test.sqlite3
cargo sqlx database create
cargo sqlx migrate run
cargo run
```