Skip to content

Commit 2e6de2b

Browse files
committed
Update README.md
1 parent 1172445 commit 2e6de2b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# northwind-SQLite3
2-
This is a copy of Microsoft's old Northwind database. All the TABLES and VIEWS from the MSSQL-2000 version have been converted to Sqlite3 and included here. Also included are two version prepopulated with data, a small verison and a large version. Should you decide to, you can use the included python script to pump the database full of more data.
2+
3+
This is a version of the Microsoft Access 2000 Northwind sample database, re-engineered for SQLite3.
4+
5+
The Northwind sample database was provided with Microsoft Access as a tutorial schema for managing small business customers, orders, inventory, purchasing, suppliers, shipping, and employees. Northwind is an excellent tutorial schema for a small-business ERP, with customers, orders, inventory, purchasing, suppliers, shipping, employees, and single-entry accounting.
6+
7+
All the TABLES and VIEWS from the MSSQL-2000 version have been converted to Sqlite3 and included here. Also included are two versions prepopulated with data - a small verison and a large version. Should you decide to, you can use the included python script to pump the database full of more data.
38

49
![alt tag](https://raw.githubusercontent.com/jpwhite3/northwind-SQLite3/master/Northwind_ERD.png)

0 commit comments

Comments
 (0)