Supabase Schema Visualizer - No installation/login

Search for a command to run...

No comments yet. Be the first to comment.
...Nuxt 3! If you are not familiar with Nuxt 3, it is build on top of the awesome Vue 3 + Vite (or Webpack if you like) + Typescript, which makes the process of development feels like a breeze. But before we jump right into the Nuxt awesomeness, let ...

Appreciation โค๏ธ I'm loving every submission here on Hashnode from the previous challenges! Really thank you everyone that participated, or bookmarked it! New Challenge (Supabase version) Let's step up from the plain 1 pager, and static data! It's t...

Appreciation What an overwhelming response from the first two challenges! I know I said it before, but I really enjoy seeing every submission, and appreciate every feedback given. If you haven't give the challenge a try, I strongly encourage you to j...

It's the time of the year, where we Developer cave in to our Coding Dent and start coding again - Hacktoberfest! As all developer are scavenging through tons and tons of Github repo just to find somewhere they belong, but sometimes to no avail. But...

Appreciation What an overwhelming response from the first challenge! I really enjoy seeing every submission, and appreciate every feedback given. If you haven't give the challenge a try, I strongly encourage you to join us in this fun challenge! ๐คฉโจ ...

Recently, I got addicted to Supabase โก as an Open-Source Firebase Alternative, and I'm having so much fun with it. It has such wonderful UI, and well-written documentation, that allows me to spin up a project easily.
Because of that, I've started to learn PostgreSQL, which Supabase built on top of. I quickly realized that how great would it be if I can easily visualize all my tables, and the relationship with one another (since PostgreSQL is a relational DB), and there's when I found out about Database Schema๐ฅ.
๐ฅ Unfortunately I found many Database Schema Visualizer online which either requires me to install database software, or login with email, which I do not want to . Thus, this gave me the idea to code it myself, since I'm a Web Developer๐ป.
If you are Supabase user, or interested in using the visualizer, here's the link to it: Supabase Schema Visualizer
If you find this useful, remember to ๐ it on Github
When you navigate through the App, you might notice some bugs or possible improvement, feel free to contribute to this project.๐
My Vision for this project is hopefully that it might be absorbed into official Supabase App, where developer can quickly manage their project's schema visually without leaving the app. So if you find it helpful and wish to have this features, a star on Github would be very much appreciated.