nuintun/node-adodb

Transactions needed

pgsfredda opened this issue · 3 comments

Hi.
I tested your lib and it works perfectly and very simply, also in the try catch construct using async/await. Thank you!

If I need to save multiple rows in the MS Access db, of course I need to reproduce a transaction mechanism.
I know that ADODB object can export three connection's methods: BeginTrans, CommitTrans and RollbackTrans.
ADODB interface

Is it possible to extend your lib with these three methods?

Thank tou in advance for your answer!

@nuintun great repo... since transaction seem to be added in December 2020 by #382 I wanted to ask if the current master can be published to NPM and this ticket closed.

Let me know how I can help - I did not see any "npm pulish" command inside this Repo / Actions so I am not sure if I can do something.

Hi.
Now I can't test the new feature for the transactions. I work on an another project. But for me the issue is closed.

Hi, no worries... I am somewhat also interested. since transaction could improve the speed of several sequential executes I am currently using on a project with npm and typescript.

I am missing the publish to npm-repo and could then test if working according Readme.