Closed billy1624 closed 2 years ago
Got an error when accessing /query
endpoint on PostgreSQL
thread 'tokio-runtime-worker' panicked at 'u64 unsupported by sqlx-postgres', /Users/billy/.cargo/git/checkouts/sea-orm-62ec56b36bf9e642/134df4d/src/executor/query.rs:302:1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
>> Handler query panicked.
>> A panic is treated as an internal server error.
>> No 500 catcher registered. Using Rocket default.
Got an error when running freeport/backend
on SQLite
@shpun817 please starts from this branch, https://github.com/SeaQL/starfish-ql/tree/db-backends
TODO
starfish-core/Cargo.toml
: addsqlx-*
feature for each supported db backend, and propagate the enabledsqlx-*
feature tosea-orm
'ssqlx-*
featuretests/common/setup.rs
: initialize testing db env for PostgreSQL & SQLite.github/workflows/main.yml
: add PostgreSQL and SQLite CI tests