Add basic SQLx

This commit is contained in:
traxys 2023-08-14 18:26:38 +02:00
parent 886df477a8
commit c7e3468acc
6 changed files with 1036 additions and 11 deletions

View file

@ -24,7 +24,7 @@
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [rust];
nativeBuildInputs = [rust pkgs.sqlx-cli];
RUST_PATH = "${rust}";
RUST_DOC_PATH = "${rust}/share/doc/rust/html/std/index.html";
};