Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-16 10:34:33 +00:00
parent be79c53e8c
commit 93e92b808c
7 changed files with 12 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
const { DbService } = require("m3o/db");
//
// List tables in the DB
async function listTables() {
let dbService = new DbService(process.env.MICRO_API_TOKEN);
let rsp = await dbService.listTables({});