Base Classes
Importing
import { Categories } from "./northwind.orm.js";
const categories = await Categories.select().execAsync();import * as Northwind from "./northwind.orm.js";
const categories = await Northwind.Categories.select().execAsync();Last updated