Skip to content

Latest commit

 

History

History
executable file
·
29 lines (23 loc) · 602 Bytes

Readme.md

File metadata and controls

executable file
·
29 lines (23 loc) · 602 Bytes

AdventureWorks for SQLite

This database inludes the following tables:

  • BuildVersion
  • Address
  • Customer
  • CustomerAddress
  • ErrorLog
  • Product
  • ProductCategory
  • ProductModel
  • ProductDescription
  • ProductModelProductDescription
  • SalesOrderDetail
  • SalesOrderHeader

Download:

AdventureWorks-sqlite.db

How to Build

  1. Install "SQLite" on windows
  2. Edit the file CreateAdventureWorks.cmd, and change the path to "SQLite"
  3. Run the file CreateAdventureWorks.cmd

Note this is a fork from:

https://github.com/nuitsjp/AdventureWorks-for-SQLite

alt