https://github.com/luocfprime/db_exercise
Database exercise
https://github.com/luocfprime/db_exercise
Last synced: 7 months ago
JSON representation
Database exercise
- Host: GitHub
- URL: https://github.com/luocfprime/db_exercise
- Owner: luocfprime
- Created: 2022-11-19T08:45:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T04:38:59.000Z (over 2 years ago)
- Last Synced: 2025-06-12T18:36:50.932Z (7 months ago)
- Language: PLpgSQL
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 数据库实践的数据库部分
本仓库是[后端](https://github.com/ChrisVicky/forum-in-flask)的数据库结构的描述和实现。
## 使用方法
- 正确建表顺序:
1. users
2. badges
3. posts
4. comments
5. posthistory
6. postlinks
7. tags
8. votes
## 文件结构
主要的SQL表放在`SQLs`目录下。
其它的一些utilities在`scripts`目录下(Notebook的hf_token已经过期了,请换成自己的)