Computer Science, asked by suryathoram123, 1 month ago

How can I run a SQL transaction in an asynchronous Node evenironment. Using SQLite.​

Answers

Answered by Disha094
1

To call the function to get data, we start by adding " async " into the method declaration. Now that our method is an " async " method, we can use the " await " option on the tasks returned from our SQL functions

Similar questions