Jump to content

JeopardyDatabase: Difference between revisions

Line 38:
Inside the <code>JeopardyDatabase</code> folder is a file called <code>jeopardy.dump</code> which contains a SQL database dump. We need to turn that database dump into a SQLite database.
 
Once you have SQLite installed, you can create a database from jeopardy.dump with (this needs to be run in the command prompt):
 
<pre>sqlite3 jeopardy.db < jeopardy.dump</pre>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.