Adriano Caloiaro

Results 59 comments of Adriano Caloiaro

Thanks for sharing that @justinclift. This looks pretty neat, and similar to what I have in mind. I definitely want neoq's implementation to be channel-based, and likely generic-based as well....

> That makes sense. I don't really mentally grok how to use context's properly yet (likely just needing some thought and practise to fix that), so everything that uses them...

That's interesting. Thanks for sharing it. I _think_ you should be fine, so long as you keep `LISTEN/NOTIFY` on separate connections (you should). Neoq multiplexes all queue `LISTEN`s on a...

@Vad1mo :wave: I came across this by chance and see you've referenced my write up on the topic of PG as a queue. If you find Go easy enough to...

> Hi @acaloiaro 👋 , thanks for opening the issue. > > > 2. Given a directory full of migrations, run all migrations within. I believe what's required here is...

After more hands-on time with pgroll, I think this issue has the potential to be a whole can of worms. The "bootstrap" problem scope is a subset of a more...

> Sounds good. I'll get something in the works for `1.` I just wanted to respond because I actually decided not to put any work into this for the time...

I'm confident I'll be back; pgroll has outstanding promise :smile:

> Hello! I had both the "bootsrap" and the `sqlc` integration issues and, after a bit of tinkering, I came up with the following solution > > ```shell > echo...