-
Updated
Nov 1, 2020 - JavaScript
hapi
Here are 640 public repositories matching this topic...
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 14, 2020 - TypeScript
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Mar 9, 2018 - JavaScript
See: https://gist.github.com/ericelliott/f3c2a53a1d4100539f71
Advantages
See: https://medium.com/javascript-scene/you-might-not-need-typescript-or-static-types-aa7cb670a77b
- autocomplete and type inference with most IDEs
- doesn't require passing Log objects for every call (although it's encouraged)
- other non-required parameters (such as
query) can be omitted - much easier to a
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Sep 25, 2018 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
Nov 23, 2016 - JavaScript
-
Updated
Sep 8, 2020 - Vue
-
Updated
Jul 30, 2019 - JavaScript
First, I love this tool! Thanks a bunch for putting this together.
Second, I'm looking for something like a "preResponseHandler" of sorts. I'm looking to check a specific header on the request and potentially circumvent the operation if a condition exists. Is there something like that today?
At the moment TS typings are not validated at all. It would be nice to start doing that in CI builds.
See #14 for the original discussion.
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Aug 29, 2017 - JavaScript
Improve this page
Add a description, image, and links to the hapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hapi topic, visit your repo's landing page and select "manage topics."


I've read the docs, and it seems you can pass through
knexinstances, but I didn't see if it supports SQLite3 - could you clarify please?