Skip to content

A simple TypeORM studio with a database model explorer and visualizer, built for lightweight local database inspection using Bun (runtime).

Notifications You must be signed in to change notification settings

yhoungdev/typeorm-studio

Repository files navigation

typeorm-studio

To install dependencies:

bun install

Run with a real TypeORM DataSource

Configure env vars, then run dev.

  1. Copy env template:
cp packages/server/.env.example .env
  1. Update .env values (TYPEORM_DATA_SOURCE_PATH, TYPEORM_DATA_SOURCE_EXPORT, and your DATABASE_URL).

  2. Start:

bun run dev
  • Client UI: http://127.0.0.1:5173
  • Server API: http://127.0.0.1:3000/api

If you have port conflicts, set custom ports in .env:

PORT=3001
CLIENT_PORT=5174

NB: This is still a work in progress.

This project was created using bun init in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.

Contributing

  • Contribution guide and maintainer list: CONTRIBUTORS.md

About

A simple TypeORM studio with a database model explorer and visualizer, built for lightweight local database inspection using Bun (runtime).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors