{"id":15567601,"url":"https://github.com/wgrape/sherk","last_synced_at":"2025-04-24T00:04:08.850Z","repository":{"id":66350757,"uuid":"152713248","full_name":"WGrape/Sherk","owner":"WGrape","description":"基于C语言的关系型数据库系统实现 ( A Relational Database System Implementation Based On C Language )","archived":false,"fork":false,"pushed_at":"2019-09-16T15:25:21.000Z","size":32424,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T00:03:57.505Z","etag":null,"topics":["relational-database"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"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/WGrape.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":"2018-10-12T07:45:47.000Z","updated_at":"2024-04-19T19:56:21.000Z","dependencies_parsed_at":"2023-02-21T16:00:15.143Z","dependency_job_id":null,"html_url":"https://github.com/WGrape/Sherk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGrape%2FSherk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGrape%2FSherk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGrape%2FSherk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WGrape%2FSherk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WGrape","download_url":"https://codeload.github.com/WGrape/Sherk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535098,"owners_count":21446508,"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":["relational-database"],"created_at":"2024-10-02T17:11:57.622Z","updated_at":"2025-04-24T00:04:08.825Z","avatar_url":"https://github.com/WGrape.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg width=\"220px\" src=\"extra/image/logo/sherk.jpeg\"\u003e\n\n\u003cbr/\u003e\n\n\u003cimg width=\"90px\" src=\"extra/image/logo/1.jpg\"\u003e\n\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"extra/image/logo/2.png\"\u003e\n\u003cp\u003e\u003cfont size=2\u003eA Relational Database System Implementation Based on C Language\u003c/font\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/Lvsi-China/Sherk\"\u003e\n    \u003cimg src=\"https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/Lvsi-China/Sherk\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/rust-lang/rust.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/Lvsi-China/Sherk\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/mashape/apistatus.svg\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e ### 正在更新中 ...\n\n## 摘要\n\u003cimg src=\"/extra/image/synopsis/example.gif\"\u003e\nSherk是基于C语言实现的关系型数据库，实现了关系型数据库的基本功能\n\n## 使用\n\u003e 环境要求: Mac + Clion 编译器 + .bash_profile 文件 + 整个 ~/sherk 目录的可读可写权限\n\n1. 本地创建 ```~/sherk/project``` 文件夹，并在此文件夹内 ```git clone``` 下本项目\n\n2. 执行本项目下的 ```build/build.sh``` 脚本，如果没有权限可以 ```sudo chmod``` ，或者执行 ```sudo bash ./build.sh``` 。\n\n3. 使用 ```sherkd``` 命令启动数据库服务端, 再使用 ```sherk login``` 启动客户端（初始账号:root, 初始密码:000000）。\n\n4. 如果过程无误会出现客户端交互界面，使用 sherk test 即可完成样例测试。\n\n5. 在整个过程中，可以使用 [支持的命令列表](docs/manual/README.md#support-command-list) 去与服务端交互 。\n\n具体查看详细 [使用说明](docs/usage) 。\n\n## 版本\n在历史的开发中，会标注每一版更新的主要事项，具体见 [版本更新](docs/version) 。\n\n## 文档\n如在使用的过程中，遇到相关问题可以查看 [Sherk文档](docs/manual) 。\n\n## 教程\n对于没有数据库基础，或者想要研究数据库基础原理的开发者，建议阅读\n[数据库教程](docs/tutorial) 。\n\n## 说明\n- 本项目仅致力于对数据库有兴趣的爱好者共同学习和研究使用。\n- 提交的 ```random_xxxx``` 消息只是因为前期开发中为方便自动提交。\n\n## 参考\n[阅读参考资料](docs/reference)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgrape%2Fsherk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwgrape%2Fsherk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgrape%2Fsherk/lists"}