Add base api

This commit is contained in:
wqy
2022-09-01 22:03:09 +08:00
parent 5ac03bb9bf
commit a177edbfcb
4 changed files with 116 additions and 0 deletions

3
api/_connection.py Normal file
View File

@@ -0,0 +1,3 @@
import psycopg as pg
_conn_dict : dict[str, pg.Connection] = {}