I built a PostgreSQL foreign data wrapper on top of cpp-rs-driver called scylla_fdw:
https://github.com/GeoffMontee/scylla_fdw/
It is fairly normal to run PostgreSQL on OpenSUSE, so we would like to run automated tests of scylla_fdw on OpenSUSE.
Since there are no binary packages of cpp-rs-driver for OpenSUSE, we would currently have to build the library from source.
Would it be possible to get official binary packages for OpenSUSE?
Thanks!