Add SQL mode and make it use the query! macro for type checking
Rust / build (push) Successful in 55s

This commit is contained in:
2024-04-26 21:44:04 +01:00
parent ef15a630d6
commit e73123b7f9
7 changed files with 61 additions and 7 deletions
+2
View File
@@ -45,6 +45,8 @@ jobs:
- name: Build release binary
run: cargo build --release
env:
SQLX_OFFLINE: true
- name: Upload binary
uses: actions/upload-artifact@v3