This commit is contained in:
BasioMeusPuga
2017-11-29 10:06:05 +05:30
parent a409a9e57c
commit ded810890d
2 changed files with 72 additions and 70 deletions

View File

@@ -15,6 +15,8 @@ class DatabaseInit:
self.create_database()
def create_database(self):
# TODO
# Add a separate column for directory tags
self.database.execute(
"CREATE TABLE books \
(id INTEGER PRIMARY KEY, Title TEXT, Author TEXT, Year INTEGER, \