split db and storage workers

This commit is contained in:
Ishaan Dey
2024-04-22 00:30:50 -04:00
parent 5375301040
commit 54617877f9
36 changed files with 3631 additions and 176 deletions

View File

@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space