docs:
This commit is contained in:
@ -6,6 +6,7 @@ from sqlalchemy.exc import OperationalError
|
|||||||
|
|
||||||
Base = declarative_base()
|
Base = declarative_base()
|
||||||
|
|
||||||
|
# TODO: build license plate into car api construct and rebuild api to fit new data
|
||||||
# Funktion zur Herstellung einer Verbindung zur Datenbank
|
# Funktion zur Herstellung einer Verbindung zur Datenbank
|
||||||
def db_connect():
|
def db_connect():
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user