{"id":21456296,"url":"https://github.com/cworld1/db-learning","last_synced_at":"2026-05-07T14:46:29.093Z","repository":{"id":166221345,"uuid":"610902498","full_name":"cworld1/db-learning","owner":"cworld1","description":"Some notes and code about CWorld learning Database","archived":false,"fork":false,"pushed_at":"2024-10-23T15:00:39.000Z","size":10693,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T13:14:50.215Z","etag":null,"topics":["database","learning","nextjs","nextra"],"latest_commit_sha":null,"homepage":"https://cworld1.github.io/db-learning/","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cworld1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-07T17:59:45.000Z","updated_at":"2024-10-23T15:06:03.000Z","dependencies_parsed_at":"2023-06-09T02:45:26.224Z","dependency_job_id":null,"html_url":"https://github.com/cworld1/db-learning","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/cworld1%2Fdb-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fdb-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fdb-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cworld1%2Fdb-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cworld1","download_url":"https://codeload.github.com/cworld1/db-learning/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243966875,"owners_count":20376138,"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","learning","nextjs","nextra"],"created_at":"2024-11-23T05:15:06.142Z","updated_at":"2025-10-16T21:17:41.575Z","avatar_url":"https://github.com/cworld1.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Database Learning\n\n[![GitHub stars](https://img.shields.io/github/stars/cworld1/db-learning?style=flat-square)](https://github.com/cworld1/db-learning/stargazers)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/cworld1/db-learning?label=commits\u0026style=flat-square)](https://github.com/cworld1/db-learning/commits)\n[![Vercel Production Status](https://img.shields.io/github/deployments/cworld1/db-learning/production?label=vercel\u0026logo=vercel\u0026style=flat-square)](https://vercel.com/cworld0/ds-learning)\n[![GitHub license](https://img.shields.io/github/license/cworld1/db-learning?style=flat-square)](https://github.com/cworld1/db-learning/blob/master/LICENSE)\n\nSome notes and code about CWorld learning Database.\n\n[Get Stared 前往阅读 →](https://db-learn.cworld0.com/)\n\n## Quick Start the Project Online\n\nClick the button to clone this repository and deploy it on Vercel:\n\n[![](https://vercel.com/button)](https://vercel.com/new/clone?s=https://github.com/cworld1/db-learning\u0026showOptionalTeamCreation=false)\n\n## Local Development\n\nEnvironment requirements:\n\n- [Node.js](https://nodejs.org) 16.14.0+\n- bun/pnpm/yarn/npm\n\n### 1. Clone the repository\n\n```shell\ngit clone https://github.com/cworld1/db-learning.git\ncd ds-learning\n```\n\n### 2. Install dependencies\n\n```shell\nbun install\n```\n\n### 3. Start the development server\n\n```shell\nbun run dev\n```\n\nThen, visit `localhost:3000`.\n\nThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.\n\n### 4. Some useful commands\n\n`bun run start`\nStarts the development server.\n\n`bun run build`\nBundles your website into static files for production.\n\n## Contributions\n\nAs the author is only a beginner in learning Data Analysis, there are obvious mistakes in his notes. Readers are also invited to make a lot of mistakes. In addition, you are welcome to use PR or Issues to improve them.\n\n## Thanks\n\nSome of the electronic textbooks have helped the author a lot in his studies, and without them, this notebook would not have been possible. I would like to express my gratitude to the original authors of these materials. If you have any doubts about this project, you can also read the following textbooks carefully to remedy them.\n\n- [数据库原理及应用 - shark-Gao 的博客](https://blog.csdn.net/qq_58608526/article/details/122922114)\n- [数据库原理及应用教程（微课版）](https://annas-archive.org/md5/08cf09ef24ff4989641044caa544b29e)\n- [数据库系统概论（第 5 版）](https://z-lib.io/book/13860288)\n\n## License\n\nThis project is licensed under the GPL 3.0 License.\n\n[![Creative Commons](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)\n\nThis documention is admitted by [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/).\n\n\u003e **Note** This website is built using [Nextra](https://nextra.site), a modern static website generator.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Fdb-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcworld1%2Fdb-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcworld1%2Fdb-learning/lists"}