ORM
DataSource
export const Northwind = new wire.data.DataSource("sql", {
ServiceRoot: "http://localhost:1895",
Provider: {
ServiceId: "qs_ebi-appdev2",
SecretKey: "WireBootstrap$",
ConnectionId: "northwind_ebi-appdev2"
}
});SQL Script
Script Variables
Running the Script

ORM File
Last updated
Was this helpful?