cookpad / arproxy

Arproxy is a proxy between ActiveRecord and database adapter
https://github.com/cookpad/arproxy
MIT License
327 stars 25 forks source link

Developing arproxy v1: integration tests, redesign aiming to fully support for AR7.1+ #30

Open mirakui opened 2 months ago

mirakui commented 2 months ago

Background

The current latest version of arproxy (v0.2.8) has the following known issues:

Goals for v1

To address these issues, we will begin development on v1, a major version upgrade. The development of v1 will focus on the following directions:

mirakui commented 1 month ago

Good news: Although I planned to support only ActiveRecord 7.1+, the v1 branch could also work with 6.1 and 7.0.