feat(数据库): 新增第四阶段前两课教学内容
This commit is contained in:
10
04_数据库/4_2_Python数据库事务与数据访问层/config.example.toml
Normal file
10
04_数据库/4_2_Python数据库事务与数据访问层/config.example.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
# 复制本文件并重命名为 config.toml,再填写本地练习数据库信息。
|
||||
# config.toml 已加入项目 .gitignore,不会被 Git 跟踪。
|
||||
|
||||
[postgresql]
|
||||
host = "数据库主机"
|
||||
port = 5432
|
||||
dbname = "数据库名"
|
||||
user = "用户名"
|
||||
password = "密码"
|
||||
connect_timeout = 10
|
||||
Reference in New Issue
Block a user