Core Features
- Provide the read-write split configuration of one master database with multiple slave databases, which can be used alone or with sharding table and database.
- Support SQL pass-through in independent use of read-write split.
- If there is write operation in the same thread and database connection, all the following read operations are from the master database to ensure data consistency.
- Forcible master database route based on SQL Hint.