sqlx-conditional-queries-layering 0.1.4

Query templating for sqlx-conditional-queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, ... }:
{
  packages = with pkgs; [
	sqlx-cli
	nixfmt-rfc-style
  ];
  dotenv.enable = true;
  languages.rust = {
	  enable = true;
	  channel = "nightly";
  };
}