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.
- Host: GitHub
- URL: https://github.com/emalherbi-zz/exec-script-mssql-nodejs
- Owner: emalherbi-zz
- Created: 2020-08-12T11:20:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T14:08:11.000Z (over 4 years ago)
- Last Synced: 2025-01-17T19:55:18.219Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```