# tidb-datanucleus-adapter **Repository Path**: mirrors_pingcap/tidb-datanucleus-adapter ## Basic Information - **Project Name**: tidb-datanucleus-adapter - **Description**: datanucleus, hive - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TiDB-datanculeus-adapter ======================= This is project created to override datanculeus's MySQLAdapter's behavior. It can be used as follows: ```xml datanucleus.rdbms.datastoreAdapterClassName com.pingcap.tidb.TiDBAdapter ``` In addition, you need include this project as compile time dependency in the following: ```xml com.pingcap.tidb tidb-datanucleus-adapter 1.0 compile ```