Core Features

  1. Provide the read-write split configuration of one master database with multiple slave databases, which can be used alone as well as with sharding table and database.
  2. SQL pass-through is available when using read-write split alone.
  3. If there is write operation in the same thread and database connection, all the following read operations must be from the master database to ensure data consistency.
  4. Mandatory master database route strategy based on SQL Hint.