Skip to content

Sample Database

The sample application (run it here) is created from the database shown below (tutorial here). It is an extension to Northwind that includes additional relationships:

  • multiple relationships between Department / Employee
  • multi-field relationships between Order / Location
  • self-relationships in Department

Northwind with Logic

The integrity of this database is enforced with this logic.

Standard Northwind

Specify your database as nw- to use the same database, but without pre-installed customizations for the API and Logic.