m-barthelemy / vapor-queues-fluent-driver

A Fluent implementation for https://github.com/vapor/queues (Vapor4)
MIT License
32 stars 16 forks source link

Supply a read only and read-write db's #30

Open kylebrowning opened 1 year ago

kylebrowning commented 1 year ago

It would be nice to supply read only DB's for the queues system to use when needing to poll changes it only needs to read from read only instances, which helps spread the load.

Writing would obv be needed to delete, or update rows, but this would go a long way for AWS instances of MYSQL that have read only instances.