Refine api to support one batch command

This commit is contained in:
WQY\qiong
2022-10-26 19:35:04 +08:00
parent 78d7be1d9a
commit 65e2ce2541
16 changed files with 182 additions and 178 deletions

View File

@@ -1,6 +1,5 @@
from psycopg.rows import dict_row, Row
from .connection import g_conn_dict as conn
from .operation import *
_NODE = '_node'