mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-07-08 22:15:25 +08:00
first commit
This commit is contained in:
4
backend/app/db/sqlite_client.py
Normal file
4
backend/app/db/sqlite_client.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import sqlite3
|
||||
|
||||
def get_connection():
|
||||
return sqlite3.connect("note_tasks.db")
|
||||
Reference in New Issue
Block a user