active_record_proxy_adapters 0.1.0
This gem allows automatic connection switching between a primary and one read replica database in ActiveRecord. It pattern matches the SQL statement being sent to decide whether it should go to the replica (SELECT) or the primary (INSERT, UPDATE, DELETE).
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (2):
activerecord
>= 7.0.0, < 8.1
activesupport
>= 7.0.0, < 8.1