This commit is contained in:
MarkusJoe
2022-02-19 10:45:00 +08:00
parent caa012dd9b
commit 48364cfc64
12 files changed
+14 -173

No files matched your search

+3
View File
@@ -111,3 +111,6 @@ def fetch_style_data(style: str) -> list[dict[str, Any]]:
finally:
cursor.close()
conn.close()
__all__ = ['fetch_table', 'fetch_data', 'fetch_style_data', 'update_data', 'insert_data']