Diggsey / sqlxmq

Message queue implemented on top of PostgreSQL
Apache License 2.0
137 stars 23 forks source link

pgq as native postgres queue #16

Closed johannescpk closed 2 years ago

johannescpk commented 2 years ago

Just a random thought while stumbling over https://github.com/pgq/pgq, maybe it could help to simplify the required database functions and code in sqlxmq?

Diggsey commented 2 years ago

That would limit sqlxmq's usage to places where people are able (and willing) to install a custom postgres extension, so I don't think it's suitable for this project.