feat(core): adjust orm api (#7392)

Removed the `connect` and `disconnect` functions on the orm `DBAdapter`, making the ORM completely non-asynchronous.
This commit is contained in:
EYHN
2024-07-01 09:32:15 +00:00
parent d72dbe682c
commit 39acb51d87
14 changed files with 111 additions and 241 deletions
-1
View File
@@ -1 +0,0 @@
export * from './affine';