🎉 Add :memory backend to the msgbus module.

This commit is contained in:
Andrey Antukh 2021-03-22 12:13:11 +01:00 committed by Andrés Moya
parent 28691e2bf2
commit e7085571bf
4 changed files with 137 additions and 113 deletions

View file

@ -58,4 +58,3 @@
([table where-params opts]
(let [opts (merge default-opts opts)]
(sql/for-delete table where-params opts))))