| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
SQL functions to build the OpenAPI output of a PostgREST instance.
make && sudo make installFor testing on your local database:
# this will load fixtures in a contrib_regression db on your local postgres
make fixtures
# run the tests, they can be run repeatedly
make installcheck
# to clean the fixtures you can use
make cleanFor an isolated and reproducible enviroment you can use Nix.
# to run tests
nix-shell --run "with-pg-15 make installcheck"
# to interact with the local database with fixtures loaded
nix-shell --run "with-pg-15 psql contrib_regression"
# you can choose the pg version
nix-shell --run "with-pg-13 make installcheck"| Back | FazBrowse Home | New Git URL |