This commit is contained in:
2024-05-26 20:17:50 -07:00
parent daafe9eaa1
commit 4b36cde7a0
32 changed files with 5504 additions and 96 deletions

View File

@@ -448,3 +448,23 @@
)
(dc/q '[:find ?ba (pull ?pa [* {:bank-account/_plaid-account [:db/id { :bank-account/integration-status [*]}]
}])
:in $ ?ba
:where [?ba :bank-account/plaid-account ?pa]]
(dc/db conn)
[:bank-account/code "VS-BA6149"])
(init-repl)
(filter (fn [[_ x]]
(> x 1))
(dc/q '[:find ?pa (count ?ba)
:where [?ba :bank-account/plaid-account ?pa]]
(dc/db conn)))
(dc/pull (dc/db conn) '[* {:bank-account/_plaid-account [:bank-account/code]}] 17592310327452)