fix: proper(?) db support, add examples of data insertion and selection

This commit is contained in:
2025-05-28 03:11:21 +02:00
parent 65ec7ff73d
commit 67307f216f
3 changed files with 123 additions and 13 deletions

View File

@@ -2,6 +2,7 @@
# - HTTP status code,
# - human-readable status message,
# - json with appropriate data
from datetime import datetime
from flask_sqlalchemy import SQLAlchemy
from functools import wraps
from lewy_globals import getDb, colors as c