Core Features

  1. 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.
  2. Support SQL pass-through in independent use of read-write split.
  3. 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.
  4. Forcible master database route based on SQL Hint.