---
title: "I Stopped Using SQL for Database Management. Because I use the MCP Server with GitHub Copilot in VS Code"
url: https://daily.dev/posts/i-stopped-using-sql-for-database-management-because-i-use-the-mcp-server-with-github-copilot-in-vs--5ay1s0j3a
source_url: https://blog.det.life/i-stopped-using-sql-for-database-management-55a8258baaa6
type: article
source: "Data Engineer Things"
author: "Bobur Umurzokov"
published: 2025-06-13T15:15:07.471Z
updated: 2025-06-14T12:00:09.461Z
tags: ["ai", "github", "database", "vscode", "mysql"]
reading_time: 6
upvotes: 85
comments: 6
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Stopped Using SQL for Database Management. Because I use the MCP Server with GitHub Copilot in VS Code

**[Data Engineer Things](https://daily.dev/sources/detlife)** · [@bobur](https://daily.dev/bobur) · 6 min read · 85 upvotes · 6 comments

## Summary

A developer demonstrates how to replace traditional SQL database management with AI-powered tools by using GitHub Copilot and GibsonAI's MCP server in VS Code. The approach allows creating complete database schemas, deploying serverless databases, and generating CRUD APIs through simple prompts, eliminating manual schema design and boilerplate code. The tutorial shows building a travel agency database schema in under 60 seconds using natural language descriptions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.det.life/i-stopped-using-sql-for-database-management-55a8258baaa6>

## Community discussion

Top comments from developers on daily.dev.

**@miayigitdemiralp** · 3 upvotes

> ERR_SSL_VERSION_OR_CIPHER_MISMATCH lol

**@ajpy08** · 3 upvotes

> Link is broken

**@jesseorr** · 2 upvotes

> I hope the article implements better than the blog hosting does.

**@mrcbns** · 1 upvotes

> Trustworthy article about vivecoding when the post itself is broken at domain hit level 😅

**@ruancowley** · 0 upvotes

> Would have loved to read this...so I googled the Title.
> Here it is:
>
> https://blog.dataengineerthings.org/i-stopped-using-sql-for-database-management-55a8258baaa6
>
> Fix the link man!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#github](https://daily.dev/tags/github), [#database](https://daily.dev/tags/database), [#vscode](https://daily.dev/tags/vscode), [#mysql](https://daily.dev/tags/mysql)

[View this post on daily.dev](https://daily.dev/posts/i-stopped-using-sql-for-database-management-because-i-use-the-mcp-server-with-github-copilot-in-vs--5ay1s0j3a)
