Node Firebird Pure Java Script driver 0.2.0 is released with many features and fixes
New version v0.2.0 supports
- added auto-reconnect
- added sequentially selects
- events (attach, detach, row, result, transaction, commit, rollback, error, etc.)
- performance improvements
- supports inserting/updating buffers and streams
- reading blobs (sequentially)
- pooling
database.detach()
waits for last command- better unit-test
- best of use with total.js – web application framework for node.js
Many thanks to Peter Širka for his contributions to this release