feat: continued wip on supporting transactions

This commit is contained in:
Stevan Freeborn
2026-03-09 04:29:01 -05:00
parent 8d68bfc22a
commit 3866030eae
33 changed files with 1335 additions and 67 deletions
+4 -1
View File
@@ -12,5 +12,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": ["Encryptor"],
"python-envs.defaultEnvManager": "ms-python.python:system"
"python-envs.defaultEnvManager": "ms-python.python:system",
"search.exclude": {
"**/Migrations": true
}
}