Annotations added
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# Description: SQLite database initialization and persistence helpers for users, projects, cells, and project metadata.
|
||||
# Inside functions: connect_db, init_db, get_user, get_user_profile, get_user_auth_by_id, update_user_occupation, update_user_password, add_user_log, list_user_logs
|
||||
# Developer : Qin Yue @ 2026
|
||||
# Organization : OptiHK Limited
|
||||
# -----------------------------------------------------------------------------
|
||||
# backend/database.py
|
||||
import sqlite3
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user