Adds book data source connector database table

This commit is contained in:
Mouse Reeve
2020-03-27 14:14:28 -07:00
parent fd077f482a
commit 8494719512
6 changed files with 102 additions and 8 deletions

View File

@ -9,3 +9,7 @@ def get_or_create_book(key):
def search(query):
''' ya '''
return openlibrary.search(query)
def update_book(key):
return openlibrary.update_book(key)