Connect to TiDB with MyBatis Prerequisites Run the sample app to connect to TiDB Step 1: Clone the sample app repository Step 2: Configure connection information Step 3: Run the...
Java API Java API Now that you know how to configure MyBatis and create mappings, you’re ready for the good stuff. The MyBatis Java API is where you get to reap the rewards of y...
insert, update and delete insert, update and delete The data modification statements insert, update and delete are very similar in their implementation: <insert id = "inse...