<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amr Ewis</title>
    <description>The latest articles on DEV Community by Amr Ewis (@amr_ewis_ea1e23478ac64e60).</description>
    <link>https://dev.to/amr_ewis_ea1e23478ac64e60</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3594805%2F1382f6ce-2507-4c54-a742-6ba6f09f136e.jpg</url>
      <title>DEV Community: Amr Ewis</title>
      <link>https://dev.to/amr_ewis_ea1e23478ac64e60</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amr_ewis_ea1e23478ac64e60"/>
    <language>en</language>
    <item>
      <title>Remote Database Manager with Visual ER Diagram for MySQL &amp; MS-SQL</title>
      <dc:creator>Amr Ewis</dc:creator>
      <pubDate>Mon, 03 Nov 2025 23:50:05 +0000</pubDate>
      <link>https://dev.to/amr_ewis_ea1e23478ac64e60/remote-database-manager-with-visual-er-diagram-for-mysql-ms-sql-35e6</link>
      <guid>https://dev.to/amr_ewis_ea1e23478ac64e60/remote-database-manager-with-visual-er-diagram-for-mysql-ms-sql-35e6</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffbxp0mpcv69fmjc7ctv3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffbxp0mpcv69fmjc7ctv3.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;True story...&lt;/p&gt;

&lt;p&gt;One-day i needed to check the database with phpMyAdmin but i was just have SSH access with no cPanel access, so i looked for a tool to fix this situation and i decided to build PHP script to be alternative for PhpMyAdmin.&lt;/p&gt;

&lt;p&gt;The main target was Managing remote databases to be visualize with easy-to-access data, with visual diagram for fun 😅&lt;/p&gt;

&lt;p&gt;Switching between tools, exporting/importing tables, execute SQL queries, making backups, keeping environments in sync — it takes time, attention, and patience.&lt;/p&gt;

&lt;p&gt;So I built something that solves these pains with some fun added later.&lt;/p&gt;

&lt;h2&gt;
  
  
  Medians Database Manager
&lt;/h2&gt;

&lt;p&gt;The beginning was to build tool to manage remote databases, generate  later i figured some helpful tools while am building the project with Laravel.&lt;/p&gt;

&lt;p&gt;First the ER Diagram which made it at another level to visualize and control the database remotely.&lt;/p&gt;

&lt;p&gt;Migration files manually was a headache, so i added a feature to generate Laravel Migrations files considering the Indexes and tables relations.  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F26mlo9vgcj89kct0f6tw.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F26mlo9vgcj89kct0f6tw.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Prisma schemas added by for the frontend developers too — all in one clean dashboard.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live demo &amp;amp; features: &lt;a href="https://mediansdb.site/" rel="noopener noreferrer"&gt;https://mediansdb.site/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  - Why I Built It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;As developers we often need to:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;-- Connect to remote DB servers (AWS / Digital-Ocean / Shared Hosting)&lt;br&gt;
-- Backup &amp;amp; restore safely&lt;br&gt;
-- Sync DB structure across environments&lt;br&gt;
-- Generate migrations or schema files from existing DBs&lt;br&gt;
-- Visualize DB relationships&lt;br&gt;
-- Quickly test queries&lt;br&gt;
-- Avoid risky command-line mistakes on production 😬&lt;/p&gt;

&lt;p&gt;So I combined all the things I wished existed into one platform.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;p&gt;Remote DB Access &amp;amp; Management&lt;/p&gt;

&lt;p&gt;Supports MySQL, PostgreSQL &amp;amp; SQL Server&lt;br&gt;
Add servers, browse DBs, run SQL, monitor queries.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa412m4vp6fhysrpsfefz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa412m4vp6fhysrpsfefz.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  -- Backup &amp;amp; Restore (1-Click)
&lt;/h2&gt;

&lt;p&gt;Full or partial DB backup&lt;br&gt;
Store online or download locally&lt;br&gt;
Instant restore when needed&lt;/p&gt;

&lt;h2&gt;
  
  
  -- Visual ER Diagram Builder
&lt;/h2&gt;

&lt;p&gt;Drag &amp;amp; drop schema editor&lt;br&gt;
Manage relationships&lt;br&gt;
Auto-layout &amp;amp; export&lt;/p&gt;

&lt;h2&gt;
  
  
  -- Generate Prisma Schema Automatically
&lt;/h2&gt;

&lt;p&gt;From existing database ➜ to Prisma schema&lt;br&gt;
Includes: ( Relations  - Indexes  - Comments - Optimization - options - comments )&lt;/p&gt;

&lt;p&gt;Validation and direct file download&lt;/p&gt;

&lt;h2&gt;
  
  
  -- SQL Query Editor
&lt;/h2&gt;

&lt;p&gt;Execute queries safely with history logs.&lt;/p&gt;

&lt;h2&gt;
  
  
  -- Schema Files Manager
&lt;/h2&gt;

&lt;p&gt;Export, manage, and re-import SQL schema snapshots.&lt;/p&gt;

&lt;p&gt;🧑‍💻 Who Will Love This? This tool helps ( Backend engineers - Laravel developers  -  Prisma users - SaaS founders - Database architects  -  DevOps &amp;amp; DB admins Especially if you manage remote production DBs or multi-environment systems)&lt;/p&gt;

&lt;p&gt;🏁 Try It Free&lt;/p&gt;

&lt;p&gt;🔗 Live site: &lt;a href="https://mediansdb.site/" rel="noopener noreferrer"&gt;https://mediansdb.site/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;-- Free plan available&lt;br&gt;
 Explore backups, migrations, ERD tools &amp;amp; more&lt;/p&gt;

&lt;p&gt;Feedback Welcome!&lt;/p&gt;

&lt;p&gt;I'm improving this tool continuously, and I would love your feedback 🙌&lt;/p&gt;

&lt;p&gt;Drop your thoughts below 👇 or DM me anytime.&lt;/p&gt;

&lt;p&gt;Happy coding! 🧠💡🔥&lt;/p&gt;

</description>
      <category>tooling</category>
      <category>showdev</category>
      <category>mysql</category>
      <category>database</category>
    </item>
  </channel>
</rss>
