
DrawSQL
DBDiagram.io
Azimutt
MySQL Workbench
DbSchema
PopSQL
ChartDB
LucidChart
Google Cloud PostgreSQL
Supabase
Firebase
pREST
Crunchy Bridge
Beekeeper Studio
Amazon RDS for PostgreSQL
Hightouch Audiences
DrawSQL is a simple, beautiful database diagram editor for developers to ๐ง create, ๐ฌ collaborate and ๐ visualize their entity relationship diagrams.
DrawSQL
Google Cloud PostgreSQLNo Google Cloud PostgreSQL videos yet. You could help us improve this page by suggesting one.
Based on our record, DrawSQL should be more popular than Google Cloud PostgreSQL. It has been mentiond 12 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
With this, I went for designing the db. I went to http://drawsql.app/ and created my first draft. Then exported the DDL and did a bit of back and forth with AI. This is the final draft of the database:. - Source: dev.to / 9 months ago
So I started designing the DB using this cool tool. The project has 2 tables, users and categories . The user can create many categories as he wants so the first approach I took was creating a third table, a union table to store user_id and category_id. With this solution the users are able to create x numbers of categories and we can see assign the category to the user. - Source: dev.to / over 1 year ago
Once you have generated the SQL code, you can convert it into a relational schema (the graphical table model) using DrawSQL. This tool offers:. - Source: dev.to / over 1 year ago
DrawSQL makes it easy for teams to collaborate on creating and maintaining schema diagrams. With a single source of truth, there's no need for manually syncing diagram files between different developers and offline tools anymore. Source: about 3 years ago
To be honest, since you are just getting started, I think you should reconsider simplifying this app to begin with. Built something easier and get some more experience before jumping in the ocean. Maybe start by focusing only on the parent company and sub-companies. However, I strongly recommend you to try and make a diagram of your database with relations and columns as it can you a lot of time. I personally use... Source: about 3 years ago
Google Cloud SQL for MySQL (for managed MySQL) or Google Cloud SQL for PostgreSQL (for managed PostgreSQL). - Source: dev.to / over 1 year ago
This is Google's managed service for databases that makes it easier to set up, maintain, and manage PostgreSQL databases on Google Cloud. - Source: dev.to / almost 2 years ago
For a small database you don't need Snowflake. You need Postgres or MySQL. Power BI for visualizing data seems fine. For entering data you can use Airforms. Source: about 3 years ago
PostgreSQL is an open-source relational database, used by many companies, and is very common among cloud applications, where companies prefer an open-source solution, supported by a strong community, as an alternative to commercial database engines. The simplest way to run the PostgreSQL engine in the cloud is to choose one of the managed database services, such as Amazon RDS for PostgreSQL or Google Cloud SQL... - Source: dev.to / over 3 years ago
For the database, I used Cloud SQL, which is a managed database service from Google Cloud Platform (GCP). This GCP product provides a cloud-based alternative to MySQL, PostgreSQL and SQL Server databases. The great advantage of Cloud SQL is that it is a managed service, that is, you do not have to worry about some tasks related to the infrastructure where the database will run, tasks such as backups, maintenance... - Source: dev.to / about 4 years ago
DBDiagram.io - Free database diagrams designer for analysts & developers ๐
Supabase - An open source Firebase alternative
Azimutt - Next-Gen ERD to Design, Explore and Document real world databases (big and messy ones ^^)
Firebase - Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
MySQL Workbench - MySQL Workbench is a unified visual tool for database architects, developers, and DBAs.
pREST - A fully RESTful API from any existing PostgreSQL database written in Go