Skip to content

Commit

Permalink
Switch from diesel to mysql
Browse files Browse the repository at this point in the history
This should simplify test usage a bit. Additionally, add some better
tests for aggregate functions and fix the average example.
  • Loading branch information
tgross35 committed May 8, 2024
1 parent f259eec commit 785daa8
Show file tree
Hide file tree
Showing 23 changed files with 874 additions and 472 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ name: Rust Validation
env:
RUSTDOCFLAGS: -D warnings
RUSTFLAGS: -D warnings -C debuginfo=1
RUST_BACKTRACE: 1
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
Expand Down
Loading

0 comments on commit 785daa8

Please sign in to comment.