We have a system of two servers. One of them provides HTTP API, other calls it.
I wonder whether the API calling module could be in some way integrated with ActiveRecord to make calls to other server's entities like sending database queries.
I suppose that a custom database provider should be written to achieve the goal.
- Is it possible?
- Is it worth efforts?