You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The work you've done on the async sqlite library is exciting. I have (what I think are good) reasons to want a synchronous call style as well...so in node convention, *Sync forms of methods like execute (executeSync).
I'd love to see this implemented in your fork - I think that would do something to unify the (slightly crazy) node-sqlite world (grumdrig's is broken on node v.3.0 and above).
I'd fork and do this myself but it's been soooo long since I did any cpp that I'd rather leave it to more experienced cpp developers.
Is sync support on the roadmap? Is there any prospect of it getting in anytime soon?
Regards,
Steve
The text was updated successfully, but these errors were encountered:
Hi,
The work you've done on the async sqlite library is exciting. I have (what I think are good) reasons to want a synchronous call style as well...so in node convention, *Sync forms of methods like execute (executeSync).
I'd love to see this implemented in your fork - I think that would do something to unify the (slightly crazy) node-sqlite world (grumdrig's is broken on node v.3.0 and above).
I'd fork and do this myself but it's been soooo long since I did any cpp that I'd rather leave it to more experienced cpp developers.
Is sync support on the roadmap? Is there any prospect of it getting in anytime soon?
Regards,
Steve
The text was updated successfully, but these errors were encountered: