mlaanderson / database-js

Common Database Interface for Node
MIT License
74 stars 16 forks source link

Unhandled Promise #1

Closed peterennis closed 7 years ago

peterennis commented 7 years ago

I have been looking at node-adodb and came across this project. The use of promises is interesting. I want to try with Access and Firebase. How do I get started?

Testing the firebase example with RunKit.

Error:

capture199

mlaanderson commented 7 years ago

If you're running it in RunKit, you have to specifically require database-js-firebase as well. RunKit won't auto-load the database driver.

See my RunKit example: https://runkit.com/mlaanderson/runkit-npm-database-js2