0.1.2 • Published 4 years ago

sqlclientjs v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

sqlclientjs

A .NET SqlClient-like library to access MSSQL databases, using tedious https://github.com/tediousjs/tedious under the hood.

As of current, there are only 2 classes available, with super basic functions:

  • SqlConnection
  • SqlCommand

The SqlCommand class can execute inline queries and stored procedures and return single recordset and scalar values.

There is no transaction support yet, and has limitations inherited from tedious.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago