Add database functions

This commit is contained in:
knedlik
2025-12-05 22:52:38 +01:00
parent 3c0e58dfc1
commit 96be7567eb
17 changed files with 111 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
from contextlib import closing
import streamlit as st
from auth import get_fullname_for_user, get_role_for_user
from db import get_conn, get_list
import sqlite3
from app_db.app_db import get_conn, get_list
# import sqlite3
def build_sidebar():