bs-knex
bs-knex copied to clipboard
[DEPRECATED] BuckleScript interface to the node 'knex' library
Results
2
bs-knex issues
Sort by
recently updated
recently updated
newest added
add ssl
1
``` "bs-knex": "3.1.0" "bs-platform": "4.0.7" Node.js v10.15.0 ``` I have the following javascript code in an entry point for a node app ```javascript process.on('unhandledRejection', (error, p) => { console.error('Unhandled Rejection...