Ethan-Arrowood / harperdb-nodejs-driver

Node.JS Database Driver for HarperDB
MIT License
5 stars 2 forks source link

Expand request format #20

Open Ethan-Arrowood opened 6 years ago

Ethan-Arrowood commented 6 years ago

Requests are currently implemented using promises. Not everyone supports/uses promises so we should make request callback enabled by default. Then add promise version, then consider an async/await version.