# simple-dbms **Repository Path**: lerry-lee/simple-dbms ## Basic Information - **Project Name**: simple-dbms - **Description**: 数据库管理系统DBMS的一个简单实现 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-18 - **Last Updated**: 2023-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 已实现的功能 Implemented function: - 正则表达式实现SQL语句解析 Regular expressions implement SQL parsing - XML文件作为微型数据库 XML file as microdatabase - B+tree索引文件名提升查询速度 B+tree Index file names improve query speed ### 启动方式 src/main/java/function/Login.java