Skip to content

Commit c3f3ac6

Browse files
author
yangtao
committed
修改readme
1 parent f6c25f4 commit c3f3ac6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
8282
- Node.js 18+
8383
- pnpm
84-
- PostgreSQL 数据库
84+
- SQLite 数据库
8585
8686
#### 安装步骤
8787
@@ -102,7 +102,7 @@ pnpm db:generate
102102
pnpm db:migrate
103103
104104
# 5. 启动开发服务
105-
pnpm dev:all
105+
pnpm dev
106106
```
107107
108108
访问:
@@ -124,7 +124,7 @@ nodepass-webui/
124124

125125
### 数据库配置
126126

127-
项目使用 PostgreSQL 作为主数据库,通过 Prisma ORM 进行管理:
127+
项目使用 SQLite 作为主数据库,通过 Prisma ORM 进行管理:
128128

129129
```bash
130130
# 创建新迁移

0 commit comments

Comments
 (0)