discovered 03 Aug 2026
northwind
→ View on GitHubThe Northwind repository provides a database-agnostic implementation of the Northwind schema, which encompasses customers, orders, inventory, and other business entities. It includes DDL and data scripts for both small and extended datasets, formatted using snake_case for compatibility with various ORM frameworks and databases. Notable features include well-defined primary and foreign key conventions, along with support for MySQL Workbench model generation.