nuintun / node-adodb

A node.js javascript client implementing the ADODB protocol on windows.
https://nuintun.github.io/node-adodb
MIT License
185 stars 51 forks source link

Transactions needed #204

Open pgsfredda opened 5 years ago

pgsfredda commented 5 years ago

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!

Reda1000 commented 3 years ago

@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.

pgsfredda commented 3 years ago

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.

Reda1000 commented 3 years ago

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.