You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker pull rust
docker run -it rust
cargo install sqx-cli
DATABASE_URL=postgres://foo@localhost/bar_test sqlx database drop
Are you sure you want to drop the database at postgres://foo@localhost/bar_test? [n/Y]
I press Y and then get, on a new line:
Are you sure you want to drop the database at postgres://foo@localhost/bar_test? [Y/n]
(Note the Y/n instead of n/Y)
I press Y and then get the previous. Repeat ad-infinitum.
I eventually press CTRL-C to bail. I get back to the terminal, but I've lost my cursor.