Files
BiliNote/backend/app/db/sqlite_client.py
Jefferyhcool 0e0b8da317 first commit
2025-04-13 17:44:54 +08:00

5 lines
82 B
Python

import sqlite3
def get_connection():
return sqlite3.connect("note_tasks.db")