Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-29 08:27:43 +00:00
Update
This commit is contained in:
@@ -97,7 +97,7 @@ def delete_userx(**kwargs):
|
|||||||
con.execute(sql, parameters)
|
con.execute(sql, parameters)
|
||||||
|
|
||||||
|
|
||||||
######################################## СОЗДАНИЕ БАЗЫ ДАННЫХ ######################################
|
############################## СОЗДАНИЕ БАЗЫ ДАННЫХ ############################
|
||||||
# Создание всех таблиц для Базы Данных
|
# Создание всех таблиц для Базы Данных
|
||||||
def create_dbx():
|
def create_dbx():
|
||||||
with sqlite3.connect(PATH_DATABASE) as con:
|
with sqlite3.connect(PATH_DATABASE) as con:
|
||||||
|
|||||||
Reference in New Issue
Block a user