This website works better with JavaScript
Home
Explore
Help
Register
Sign In
timw4mail
/
node-query
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
178
Commits
3
Branches
Branch:
master
develop
master
v3
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
node-query
/
CHANGELOG.md
CHANGELOG.md
625B
Permalink
History
Raw
Changelog
5.0.0
Re-added firebird as a database
Replaced all callback interfaces with promises
4.0.0
Changed connection setup to just use a config object - the appropriate adapter object is created by the library.
Removed mysql adapter, as mysql2 is very similar and does proper prepared statements
Removed firebird entirely
Created a standard result object
3.2.0
Added public
query
method for making arbitrary sql calls
Added back tests for
node-firebird
adapter. Using this adapter with promises is not currently supported.
3.1.0
Added support for promises on query execution methods