Skip to content

Consolidate dual ORM + dual DB setup (choose one DB strategy) #100

@dDevAhmed

Description

@dDevAhmed

Overview

TypeORM and Prisma are both used against different SQLite files.

Why it is a problem

No cross-entity transactions, confusing migrations, mismatched environments.

Expected behavior

Single DB + consistent ORM/migrations.

Current incorrect behavior

Two ORMs, two DBs.

Suggested fix

  • Decide on a single DB (Postgres recommended for production).
  • Migrate schemas.
  • Remove committed DB files and update docs/env.

Acceptance criteria

Only one DB connection in production; CI uses same setup.

Complexity

High

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programhelp wantedExtra attention is needed

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions