deno_pg/readme.md

532 B

sometimes you need to run deno cache -r index.js due to stale code sitting in the cache. The database uses a cert to encrypt traffic. if the cert is expired it will need dealt with.

otherwise...

  • install deno
  • copy .env.example to .env and update the parameters in it
  • run deno run --allow-read --allow-net --unstable --allow-env index.js