1.0.0-23 • Published 5 years ago

@australis/tiny-sql-exec-sql v1.0.0-23

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago
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
        }
    }