Create a table.
let created = table.create(datasourceName, tableName);
datasourceName
tableName
let created = table.create("Internal Datastore", "users");