r48n34 / db-erd-gen

πŸ—ƒοΈ Free DrawSQL like website
https://db-erd-gen.vercel.app/home
MIT License
24 stars 5 forks source link
knex kysely postgresql sql website

πŸ’Ύ db-erd-gen

✏️ Free DrawSQL like website but free forever

https://db-erd-gen.vercel.app/

URL: https://db-erd-gen.vercel.app/

πŸ’‘ Features

  1. Free forever and open sources.
  2. Save SQL in various DB format.
  3. Easy to use / store GUI website.
  4. Low learning curve UI.
  5. No server involved, all in local.

πŸ”Š Current supported output

πŸ—ΊοΈ Roadmap

πŸ“ Todo

🏠 Self hosting (Nodejs base)

  1. Clone the project to your environment.

    git clone https://github.com/r48n34/db-erd-gen.git
  2. Install packages with npm / yarn.

    # Install with yarn for samples
    yarn
  3. Start the project with dev mode.

    # Start with dev
    yarn dev
  4. Build the project.

    # Build to production
    yarn build
  5. Preview the build project.

    yarn preview

🐳 Self hosting (Docker)

  1. Build the docker container with the following command.

    docker build . -t db-erd-gen
  2. After builded, run the container.

    docker run -d -p 5174:5174 db-erd-gen:latest

License

Distributed under the MIT License.