Open ksouthworth opened 1 year ago
A Ruby client would be great. If you build one we can feature it in the readme (like we're doing with the Go client) but we'd also be open to a contribution.
@ksouthworth there is an example included written in Ruby: https://github.com/tembo-io/pgmq/blob/main/examples/ruby.rb
What were you thinking in regards of a client? Something beyond the basics shown in the example? I would be happy to collaborate!
@mkrisher thanks for pointing that out, I hadn't seen the ruby example yet, that is helpful.
Our team doesn't have an immediate need for this, since we're currently using Amazon SQS in production for a few large apps. But I'm a big fan of PostgreSQL and I'll definitely be watching this repo and see if we can try it on our next Rails app.
Thanks.
Hi, this project looks great! Are there any plans for a Ruby client?