Adds book data source connector database table
This commit is contained in:
parent
fd077f482a
commit
8494719512
6 changed files with 102 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue