Tag: javascript
Node Firebird driver node-firebird 1.1.3 is released
Node-firebird-driver-native version 2.4.0 has been released with a few features added.
Node-firebird-driver-native version 2.4.0 has been released with a few features added.
driver, driver-native – 2.4.0
- Feature #115 – Add method Statement.getExecPathText.
- Feature #119 – Implementation of isValid property.
- Feature #121 – Deprecate methods executeReturning* replacing by executeSingleton*.
native-api
- Feature #114 – Add support for Visual Studio 2022 build.
NodeJS C++ client node-firebird-libfbclient v.0.1.4 released with with fixes for current node versions (LTS
Firebird high-level native client for Node.js / TypeScript updated to v0.1.2
Firebird high-level native client for Node.js / TypeScript updated to v0.1.2
This version fixes : Support for Blob::length for blobs greater than 2GB. Memory corruption with async methods. Avoided some warnings.
Firebird high-level native client for Node.js / TypeScript updated to v0.1.1
Firebird high-level native client for Node.js / TypeScript updated to v0.0.1-beta.3 with a few changes
node-firebird-libfbclient v0.0.10 updated for #nodejs v0.10.x
Node C++ Module for Firebird is updated in git repository and is already pushed to npm
It can be compiled now with node v10.x with node-gyp instead of waf
git clone it
npm install
https://github.com/xdenser/node-firebird-libfbclient/releases/tag/v0.0.10
if you want to install it from npm
npm install firebird
Firebird, Angularjs, Node and Socket.IO – Part 1
John Tomaselli wrote on his blog about his main stack:
I’m going to post my latest project I’m working on and will go back to publish some older works that might be of interest to the community. About a year ago I attended an AngularJS meetup at Google’s NY office and since then have completely changed my development stack. Angular is an awesome approach to developing client side web applications and has truly changed my development life. Of course I needed a back end that supported Firebird. This is where Nodejs comes in and helps explain the gap between posts as it’s taken some time to become proficient with all these new developments. There is a lot to learn and fortunately for those just jumping in, the resources since I began are maturing at a rapid rate (see pluralsight training, eggheadio, books etc) .
The Main Stack:
- Angularjs.org
- Firebirdsql.org
- Nodejs.org
- socketio
- express
Firebird client for #Node in pure Javascript is updated : 0.0.8 with one enhancement
Download and install page on npmjs
The list of 0.0.8 changes:
- Decode status vector using firebird.msg to provide a comprehensive error message : enhancement #15
News via +Henri Gourvest