Skip to content

Latest commit

 

History

History

save-to-database

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Scraping data and saving to a database

This part of the presentation will take the covered data and save it to a simple book table in a SQLite3 database.

TableClass.create(column_1='some value', column_2='some other value')