DokaDev / DokaDev/lazyprisma

Prisma 7 환경에서 DB URL를 감지하지 못함

Open
#10 4 comments 1 reaction 1 assignee Claimed by @Ogunaru View on GitHub
🤔 needs discussion bug
Dominant language
Go
Stars
22
Forks
1
PR merge metrics
No merged PRs in 30d

Description

## 🔍 Description
Prisma 7.4.2에서 생성된 Config 파일로 lazyprisma 실행 시 워크스페이스 영역에 "DATABASE_URL not configured"가 노출됨

## 🧭 Steps to Reproduce
1. Prisma 7.4.2에서 config 파일 작성
2. 쉘에서 해당 워크스페이스 디렉토리 이동
3. lazyprisma 실행

## ✅ Expected Behavior
config된 DB URL이 노출됨

## ❌ Actual Behavior
"DATABASE_URL not configured"로 DB URL이 노출되지 않음

## 📷 Screenshots / Logs
Image

```
> npx prisma version
Loaded Prisma config from prisma.config.ts.

Prisma schema loaded from prisma/schema.prisma.
prisma : 7.4.2
@prisma/client : 7.4.2
Operating System : darwin
Architecture : arm64
Node.js : v25.7.0
TypeScript : 5.9.3
Query Compiler : enabled
PSL : @prisma/prisma-schema-wasm 7.5.0-10.94a226be1cf2967af2541cca5529f0f7ba866919
Schema Engine : schema-engine-cli 94a226be1cf2967af2541cca5529f0f7ba866919 (at ../node_modules/@prisma/engines/schema-engine-darwin-arm64)
Default Engines Hash : 94a226be1cf2967af2541cca5529f0f7ba866919
Studio : 0.13.1
```

```
> tree
├── prisma
│   ├── migrations
│   │   └── 20260309150000_init
│   │   └── migration.sql
│   └── schema.prisma
├── prisma.config.ts
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.