Firebird high-level native client for Node.js / TypeScript status status for Firebird / Typescript Advent 2022
https://qiita.com/advent-calendar/2022/firebirdTo use the driver you can start with the readme from npm/github
https://www.npmjs.com/package/node-firebird-driver-native
A few more examples are in the packages/node-firebird-driver/src/test directory
We have seen several releases with a few features and changes :
January, 26, 2022
January, 26, 2022
- Feature #115 - Add method Statement.getExecPathText.
- Feature #119 - Implementation of isValid property.
- Feature #121 - Deprecate methods executeReturning* replacing by executeSingleton*.
- Feature #114 - Add support for Visual Studio 2022 build.
driver, driver-native - 2.3.0
- Feature #101 - Add property Statement.hasResultSet.
- Feature #102 - Add method Statement.setCursorName.
- Fix #86 - Race condition in events processing.