aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/SQLTester/SQLTester.run.mjs
blob: 0a0f8903b7ee0776e8c6c9d7462137aa05b4945e (plain)
1
2
3
4
5
6
7
8
import {default as ns} from './SQLTester.mjs';

const log = (...args)=>{
  console.log('SQLTester.run:',...args);
};


log("SQLTester is ostensibly ready.");