An open API service indexing awesome lists of open source software.

https://github.com/emalherbi-zz/exec-script-mssql-nodejs

Run schema creation sql script in mssql with nodejs.
https://github.com/emalherbi-zz/exec-script-mssql-nodejs

Last synced: about 2 months ago
JSON representation

Run schema creation sql script in mssql with nodejs.

Awesome Lists containing this project

README

        

# exec-script-mssql-nodejs

Run schema creation sql script in mssql with nodejs.

# Usage

Change the settings (config.json) according to your settings.

```
{
"path": "../database/",
"server": "192.168.1.100",
"database": "database",
"username": "username",
"password": "password"
}
```

Then run:

```
node index.js
```