weavejester / ragtime

Database-independent migration library
Eclipse Public License 1.0
612 stars 85 forks source link

Support cljc #137

Closed zerg000000 closed 5 years ago

zerg000000 commented 5 years ago
weavejester commented 5 years ago

Can you also explain your use-case for needing cljc support?

zerg000000 commented 5 years ago

Can you also explain your use-case for needing cljc support?

I am experimenting to implement a cljs version of ragtime based on node library pg. But find the non-blocking pg API is incompatible with ragtime, so support .cljc is not a valid option anymore. I will extract the unit test fix in a separate PR. Thanks for your time.

zerg000000 commented 5 years ago

Create #138 #139 for the minor fixes. Close this issue, since no use-case for supporting cljc.