# SimpleDB **Repository Path**: codeforteam/simple-db ## Basic Information - **Project Name**: SimpleDB - **Description**: 从零开始手写数据库,设计讲解欢迎关注公众号:“程序员学习随笔” - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-16 - **Last Updated**: 2026-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 编译说明: 使用CMake来构建: mkdir build cd build cmake .. make