@@ -72,39 +72,47 @@ The PostgREST utilities available in `nix-shell` all have names that begin with
72
72
``` bash
73
73
# Note: The utilities listed here might not be up to date.
74
74
[nix-shell]$ postgrest-< tab>
75
- postgrest-build postgrest-test-spec
76
- postgrest-check postgrest-watch
77
- postgrest-clean postgrest-with-all
78
- postgrest-coverage postgrest-with-postgresql-12
79
- postgrest-lint postgrest-with-postgresql-13
80
- postgrest-run postgrest-with-postgresql-14
81
- postgrest-style postgrest-with-postgresql-15
82
- postgrest-style-check postgrest-with-postgresql-16
83
- postgrest-test-io postgrest-with-postgresql-17
75
+ postgrest-build postgrest-parallel-curl
76
+ postgrest-check postgrest-profiled-run
77
+ postgrest-clean postgrest-push-cachix
78
+ postgrest-coverage postgrest-release
79
+ postgrest-coverage-draft-overlay postgrest-repl
80
+ postgrest-docs-build postgrest-run
81
+ postgrest-docs-check postgrest-style
82
+ postgrest-docs-dictcheck postgrest-style-check
83
+ postgrest-docs-linkcheck postgrest-test-big-schema
84
+ postgrest-docs-render postgrest-test-doctests
85
+ postgrest-docs-serve postgrest-test-io
86
+ postgrest-docs-spellcheck postgrest-test-replica
87
+ postgrest-dump-minimal-imports postgrest-test-spec
88
+ postgrest-dump-schema postgrest-test-spec-idempotence
89
+ postgrest-gen-ctags postgrest-watch
90
+ postgrest-gen-jwt postgrest-with-all
91
+ postgrest-gen-secret postgrest-with-git
92
+ postgrest-git-hooks postgrest-with-pgrst
93
+ postgrest-hsie-graph-modules postgrest-with-postgresql-12
94
+ postgrest-hsie-graph-symbols postgrest-with-postgresql-13
95
+ postgrest-hsie-minimal-imports postgrest-with-postgresql-14
96
+ postgrest-lint postgrest-with-postgresql-15
97
+ postgrest-loadtest postgrest-with-postgresql-16
98
+ postgrest-loadtest-against postgrest-with-postgresql-17
99
+ postgrest-loadtest-report postgrest-with-slow-pg
100
+ postgrest-nixpkgs-upgrade postgrest-with-slow-postgrest
84
101
...
85
102
86
103
[nix-shell]$
87
104
88
105
```
89
106
90
- Some additional modules like ` memory ` , ` docker ` and ` release `
107
+ Some additional modules like ` memory ` and ` docker `
91
108
have large dependencies that would need to be built before the shell becomes
92
109
available, which could take an especially long time if the cachix binary cache
93
110
is not used. You can activate those by passing a flag to ` nix-shell ` with
94
111
` nix-shell --arg <module> true ` . This will make the respective utilities available:
95
112
96
113
``` bash
97
114
$ nix-shell --arg memory true
98
- [nix-shell]$ postgrest-< tab>
99
- postgrest-build postgrest-test-spec
100
- postgrest-check postgrest-watch
101
- postgrest-clean postgrest-with-all
102
- postgrest-coverage postgrest-with-postgresql-12
103
- postgrest-lint postgrest-with-postgresql-13
104
- postgrest-run postgrest-with-postgresql-14
105
- postgrest-style postgrest-with-postgresql-15
106
- postgrest-style-check postgrest-with-postgresql-16
107
- postgrest-test-io postgrest-with-postgresql-17
115
+ [nix-shell]$ postgrest-test-m< tab>
108
116
postgrest-test-memory
109
117
...
110
118
0 commit comments