sqlx-conditional-queries-layering 0.1.9

Query templating for sqlx-conditional-queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ pkgs, ... }:
{
  packages = with pkgs; [
    sqlx-cli
    nixfmt-rfc-style
    cargo-expand
  ];

  dotenv.enable = true;
  languages.rust = {
    enable = true;
    channel = "nightly";
  };
}