Skip to content

devonzuegel/cs145-auctionbase

Repository files navigation

Running sqlite from the command line

  1. ssh into corn (ssh -Y SUNetID@corn.stanford.edu), and cd into your project directory (cd cgi-bin).

  2. Execute $ sqlite3 auctions.db

To get column names from a table, execute: PRAGMA table_info(tablename); in the sqlite3 shell.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages