remodoy / clj-postgresql

PostgreSQL helpers for Clojure projects
BSD 2-Clause "Simplified" License
161 stars 17 forks source link

Possibility of breaking down namespaces by vertical functionality #12

Open rymndhng opened 7 years ago

rymndhng commented 7 years ago

Is it possible to adopt particular functionality of this project (in particular JSON & Array handling). I'm not interested in adding some of the dependencies into my project (i.e. PostGIS). Is this possible?

alehatsman commented 7 years ago

I agree, i don't want to have bonecp dependency for example, because i use hicary cp

alehatsman commented 7 years ago

@rymndhng hi, what we can try to do is split project into subprojects, like in ring project https://github.com/ring-clojure/ring

jkjuopperi commented 7 years ago

That makes sense.