Skip to content

SI507-F17-apd/section-week-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Section Week 10: Using SQL to store data

  • Fork and Clone this repository
  • Create config.py
  • Edit itunes_database.py
    1. Edit function setup_database
    2. Run python3 itunes_database.py setup
    3. Edit function search_songs
    4. Run python3 itunes_database.py search "YOUR FAVORITE ARTIST"
  • Bonus: How will you use a database for caching instead of using cache_file_name.json?

About

Using PostgreSQL to store data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages