Supabase client with support clj/cljs
This is a version we are using in an internal code, so it my change some contract or way of use it
We have gotrue for now
co.cljazz/supabase-clj {:mvn/version "0.0.1"}
https://github.com/cljazz/supabase-clj/issues
https://github.com/supabase/gotrue
https://github.com/supabase/gotrue-js
To generate the .jar
we have the alias uberjar
:
clojure -M:uberjar
We use clojars to host our .jar
.
To deploy to clojars it is necessary to generate the "pom" and export the environment variables with clojars login/password (tokens), then run the alias deploy-clojars
:
clojure -X:deps mvn-pom
env CLOJARS_USERNAME=username CLOJARS_PASSWORD=clojars-token
clojure -X:deploy-clojars