@australis/tiny-sql-params

tiny sql mapper for tediousjs

Usage no npm install needed!

<script type="module">
  import australisTinySqlParams from 'https://cdn.skypack.dev/@australis/tiny-sql-params';
</script>

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
        }
    }