# Lancelot **Repository Path**: zhangjunfang/Lancelot ## Basic Information - **Project Name**: Lancelot - **Description**: 基于Netty的MySql分库分表服务器,博客链接:https://my.oschina.net/alchemystar/blog/874592 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 34 - **Created**: 2017-04-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lancelot 基于Netty的MySql 分库分表中间件 当前完成: (1)MySql的Frontend 前端交互 (2)MySql的Backend 后端交互 (3)MySql的连接池 设置 (4)Backend 的无锁化设计 (5)前端连接与后端连接的状态同步 (6)事务支持 (7)多连接并行执行 MultiNode (8)分表 (9)分库 即将完成: (1)灵活的配置 (2)连接并发限制