Installation
The base classes needed to create an ORM TypeScript file for a data connector can be downloaded from npm.
npm install @wirebootstrap/wire-ormA sample ORM file for the Northwind database is included in the installation files for reference. The file is called northwind.orm.ts
Last updated