Skip to content

Commit

Permalink
DRAFT chore(backend): upgrade sqlx to ^0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Jul 14, 2023
1 parent aaaf85a commit abf4d4f
Show file tree
Hide file tree
Showing 9 changed files with 444 additions and 7,795 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ See the [./frontend/README_DEV.md](./frontend/README_DEV.md) file for all
running options.

1. Create a Postgres Database for Windmill and create an admin role inside your
Postgres setup. The easiest way to get a working postgres is running
`cargo install sqlx-cli && sqlx migrate run`. This will also avoid compile
time issue with sqlx's `query!` macro
Postgres setup. The easiest way to get a working postgres is running `cargo
install --version ^0.7 sqlx-cli && sqlx migrate run`. This will also avoid
compile time issue with sqlx's `query!` macro
2. Install [nsjail](https://github.com/google/nsjail) and have it accessible in
your PATH
3. Install deno and python3, have the bins at `/usr/bin/deno` and
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit abf4d4f

Please sign in to comment.