{"id":15706545,"url":"https://github.com/yujincheng08/minisql","last_synced_at":"2025-05-12T18:55:44.946Z","repository":{"id":68596118,"uuid":"91432606","full_name":"yujincheng08/MiniSQL","owner":"yujincheng08","description":"Homework for Database System","archived":false,"fork":false,"pushed_at":"2017-06-23T16:45:03.000Z","size":416,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T01:51:11.224Z","etag":null,"topics":["database"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yujincheng08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-16T08:09:57.000Z","updated_at":"2025-03-01T19:21:46.000Z","dependencies_parsed_at":"2023-02-21T07:16:14.551Z","dependency_job_id":null,"html_url":"https://github.com/yujincheng08/MiniSQL","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujincheng08%2FMiniSQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujincheng08%2FMiniSQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujincheng08%2FMiniSQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yujincheng08%2FMiniSQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yujincheng08","download_url":"https://codeload.github.com/yujincheng08/MiniSQL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805476,"owners_count":21967050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database"],"created_at":"2024-10-03T20:24:14.860Z","updated_at":"2025-05-12T18:55:44.932Z","avatar_url":"https://github.com/yujincheng08.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniSQL\nHomework for Database System\n# Standardization\n1. Try to use C++.\n1. Make a floder for a new module.\n1. Using Camel-Case for infterface and variables\n# Requirement\n- 总功能：\nMiniSQL是一个精简型单用户DBMS，能够使用户通过字符界面输入SQL语言实现表的建立/删除、索引的建立/删除、记录的插入/删除/查找。\n- 语法说明：\n支持标准的SQL语句：每一条SQL语句以分号结尾，一条SQL语句可以一行或多行，关键字均为小写。除了常规语句，还支持exec \u003cFILENAME\u003e批量执行语句。\n- 数据类型：\nMiniSQL支持三种数据类型：int, char(n), float。其中1\u003cn\u003c255。\n- 表定义：\n支持最多32个属性，支持unique，可以定义单属性主键。\n- 索引：\n对主键自动建立B+树索引，对unique属性可以建立或者删除B+树索引B+树索引均为单属性、单值。\n- 记录：\n支持等值查找，范围查找和and连接的多条件查找。支持单条记录的插入，单条或多条记录的删除。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujincheng08%2Fminisql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyujincheng08%2Fminisql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyujincheng08%2Fminisql/lists"}