elekram
elekram2y ago

Microsoft Transact SQL

Is there official Deno driver for this or a recommended way?
2 Replies
NDH
NDH2y ago
You might try https://github.com/tediousjs/tedious Using a Deno npm: import.
elekram
elekram2y ago
Thanks