I'm trying to implement Noel Welsh's better encoding, but I'm not sure if it's suitable for such a small library. Also, I honestly don't think I fully understand it! ๐Ÿ˜€ I would appreciate any comments or feedback. ๐Ÿ™ #scala
Side note: The library is a Scala client for Postgres messaging. Here is the codebase ๐Ÿ‘‡
https://github.com/matejcerny/pgmq4s/blob/main/core/src/main/scala/pgmq4s/PgmqClient.scala
pgmq4s/core/src/main/scala/pgmq4s/PgmqClient.scala at main ยท matejcerny/pgmq4s

Contribute to matejcerny/pgmq4s development by creating an account on GitHub.

GitHub
@matejcerny if one looks at https://github.com/matejcerny/pgmq4s/tree/main/examples/src/main/scala/pgmq4s/examples/skunk surely a win for being very terse. Does one loose out on other aspect(s)?
pgmq4s/examples/src/main/scala/pgmq4s/examples/skunk at main ยท matejcerny/pgmq4s

Contribute to matejcerny/pgmq4s development by creating an account on GitHub.

GitHub