funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
niwinz 2019-11-15T08:19:40.003Z

@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?

niwinz 2019-11-15T08:20:34.004Z

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

ikitommi 2019-11-15T13:49:56.004600Z

@niwinz sounds good to me.

niwinz 2019-11-15T13:52:05.006Z

@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

niwinz 2019-11-15T13:56:59.008100Z

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)

niwinz 2019-11-15T13:57:29.008600Z

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

niwinz 2019-11-15T13:57:41.008900Z

what do you think?

ikitommi 2019-11-15T14:04:20.011100Z

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.

niwinz 2019-11-15T14:36:31.012400Z

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 ๐Ÿ˜‰