@australis/tiny-sql-exec-sql
v1.0.0-23
Published
tiny sql mapper for tediousjs
Downloads
73
Readme
npm run build && export DEBUG='australis/tiny-sql:*' && npm test && npm tun build
Test:
add ./secrets/connection-config.json before running tests
connection-config.json:
{
"server": "localhost",
"userName": "sa",
"password": "supersecret",
"options": {
"database": "testdb",
"encrypt": false
}
}