You Don't Need MySQL Clients Anymore! You Can Use VSCode Instead

preview_player
Показать описание
If you are a VSCode developer like Me, well, you'll need to know this awesome extension that will make MySQL/MongoDB or PostgreSQL useless and will make you love using VSCode to access, manage and manipulate your databases without the need of the CLI or using custom software clients like (MySQL Workbench, MongoDB Compass or PGAdmin). This extension supports so many types of databases so you can have access to all your databases and debug data right from VSCode without leaving it or needing to learn and use another ugly software to view the data on the tables or even creating advanced views for joint tables or whatever you think you can do with SQL/NoSQL.

⭐ Timestamps ⭐
00:00 Intro
00:56 Why using VSCode to access your databases is much better?
05:37 Adding new Database connection (MySQL, PostgreSQL...)
06:17 Writing SQL Queries and Altering Tables
09:31 Database & Table Management inside of VSCode
10:45 NoSQL Databases too (MongoDB)?

💻MySQL Extension for VSCode:

🧭 Watch Tutorial on Designing the website on Figma

🧭 Watch Create a Modern React Login/Register Form with smooth Animations

🧭 Debug React Apps Like a Pro | Master Debugging from Zero to Hero with Chrome DevTools

🧭 Master React Like Pro w/ Redux, Typescript, and GraphQL | Beginner to Advanced in React

🧭 Learn Redux For Beginners | React Redux from Zero To Hero build a real-world app

🧭 Build Login/Register API Server w/ Authentication | JWT Express AUTH using Passport.JS and Sequelize

🧭 Introduction to GraphQL with Apollo and React

Made with 💗 by Coderone
Рекомендации по теме
Комментарии
Автор

Thank you! You're a life saver. You have no idea how much this shady dev charged me just to access my own DB. I am so happy

elle
Автор

godlike extension!
I was struggling getting a client working on my machine it was driving me insane
Thank you :)

Scapben
Автор

Sequel is still in the market and improving massively even after 50 years.

resilientprogrammer
Автор

Wow!!! Damn I'm impressed! Thanks for such an awesome video!

Wangaruro
Автор

Nice extension! Very handy indeed. The count next to table images showed 5, but the result showed 6 rows. Tiny bug

martinhertog
Автор

I was a little stunned for awhile, you should be saying workbench, GUI interface on your title. Anyway, this is a nice video and thanks for sharing it.

sudoku
Автор

Thank you very much. This is a new information for me.

rakeshpk
Автор

My favorite Youtuber at the moment. Love your videos!

DIN_A
Автор

That is so cool. I just start learning MySQL queries and the person who is teaching said download pop SQL but then I thought why not use VScode that I am already familiar with, so I searched for it and got your video. it looks pretty cools. I will share my experience after using it.

pkavenger
Автор

interesting layout on that extension.
i havent get any good extension for SFTP on vscode.
any recommendation?

NovaSaputra
Автор

Quite impressive, thanks for sharing!!!

my_side_of_the_street
Автор

Hi! your vscode theme (like how your file icons in file explorer panel) looks sick! how do you do it?

simonzhao
Автор

been watching mysql videos for days now wondering if its something i should learn rather than relying on my now sluggish excel file. Regardless I have no idea what you are talking about but feel like im learning something and enjoy your videos

xxxjamxxx
Автор

yeah, i also use that extensions at my vscode and takes more RAM usage but it's worth

saghait
Автор

I don't know what the issue is with the title, but everyone seems pretty upset. Unless it's changed since this was originally released? As of the time of this comment the video title reads "You Don't Need MySQL Clients Anymore! You Can Use VSCode Instead". This makes perfect sense with what the video is about. You don't need "Clients" anymore, which are separate programs from the databases themselves, and people seem to be missing that point in the comments. The DB engines are still awesome, and still required, but the management tools (clients) are now integrated into VSCode. The title reads correctly and the video is as advertised.

nikfp
Автор

Never Knew VSCode is this versatile!
Thanks!

cradleofrelaxation
Автор

Nice extension. Anyone has any idea on how does this compare to the SQLTools extension?

ansonnn_
Автор

This is awesome. I despise using the pg admin 😩

JeremiKress
Автор

Hola, Cómo podría importar y anexar datos a una tabla. He buscado la opción y no lo pude encontrar.

edwinrodriguez
Автор

Personally not a big fan of sql extension in vscode. If a query is taking time, it can make the vscode stuck or slow loading. It is web editor so I try to keep it as lite as possible

bleakCode