Fork me on GitHub
#funcool
<
2019-11-15
>
niwinz08:11:40

@ikitommi We have talked some time ago about creating an org with vertx stuff, do you have a name suggestion for it? Maybe vertx-clojure as-is?

niwinz08:11:34

Right now i have an usable version that i'm already using in uxbox so i think i can release a first experimental alpha

ikitommi13:11:56

@niwinz sounds good to me.

niwinz13:11:05

@ikitommi I'm also have a sql adapter (i have started working on it befor knowing about porsas) very similar to porsas but more integrated with my current vertx-clojure https://github.com/uxbox/uxbox/blob/back/refactor-for-collaborative-edition/backend/src/uxbox/util/pgsql.clj

niwinz13:11:59

my single concern about porsas is the inclusion of other jdbc related code (i have nothing against next.jdbc, is just from my point of view should not be in the "async" pg client :P)

niwinz13:11:29

maybe we can create a new package just using the async.clj from porsas and include it in the org?

niwinz13:11:41

what do you think?

ikitommi14:11:20

porsas was a learning trip for going fast with async. I think it’s a good idea to create a pure vertx-based lib, without anything else/irrelevant. For sync, next.jdbc is good enough, so happy to deprecate porsas.

niwinz14:11:31

perfect, in this days i go to create the org and the two packages, i probably use part of the porsas code for the pure vertx based pgclient lib 😉