Nodejs api based on FB3 OO api
https://asfernandes.github.io/2016/10/20/node-firebird-api.html
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With on
Le 31/05/12 22:05, Denys Khanzhiyev a écrit :
> In fact it does not work yet. See issues on gihub.
it is fixed, but it is not the place to discuss about it
--
Live Security Virtual Conference
Exclusive live event will cov
In fact it does not work yet. See issues on gihub.
2012/5/31 Leyne, Sean
> Henri,
>
> > I am doubtful, I do not understand these results.
> > Why it is faster to use one connection with small data size ?
>
> I do not agree with your testing analysis/methodology...
>
> When testing using an empt
Henri,
> I am doubtful, I do not understand these results.
> Why it is faster to use one connection with small data size ?
I do not agree with your testing analysis/methodology...
When testing using an empty database the timing values are so small that any
small different gets magnified -- for
Hi,
I have finally made a node.js driver for firebird, so I connect to
directly to fb on the network protocol asynchronously.
I was not very comfortable at the beginning, I was expecting it will
not works, because fb have not pipelining support (cf: pipelining 11 Apr
20112).
but it works anyway