I start up sqlite3 version 3.7.7, unix 11.4.2 using this command:
sqlite3 auction.db
where auction.db has not already been created.
For those using PowerShell
PS C:\> Get-Content create.sql -Raw | sqlite3 auction.db