<?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: Abdiel Ortega</title>
    <description>The latest articles on DEV Community by Abdiel Ortega (@abdiel_ortega_5866744e706).</description>
    <link>https://dev.to/abdiel_ortega_5866744e706</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%2F3961388%2F1307c15b-47cc-4c5c-977b-bbacef4db655.png</url>
      <title>DEV Community: Abdiel Ortega</title>
      <link>https://dev.to/abdiel_ortega_5866744e706</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abdiel_ortega_5866744e706"/>
    <language>en</language>
    <item>
      <title>I didn't have a PC for my database class, so I built my own T-SQL Sandbox in the browser</title>
      <dc:creator>Abdiel Ortega</dc:creator>
      <pubDate>Sun, 31 May 2026 16:05:05 +0000</pubDate>
      <link>https://dev.to/abdiel_ortega_5866744e706/i-didnt-have-a-pc-for-my-database-class-so-i-built-my-own-t-sql-sandbox-in-the-browser-fjj</link>
      <guid>https://dev.to/abdiel_ortega_5866744e706/i-didnt-have-a-pc-for-my-database-class-so-i-built-my-own-t-sql-sandbox-in-the-browser-fjj</guid>
      <description>&lt;p&gt;Hey everyone.&lt;/p&gt;

&lt;p&gt;I'm a systems engineering student, and recently I ran into a major issue: I was left without a computer right in the middle of the semester. I desperately needed to practice for my database assignments and thought I could easily find an online sandbox to get by.&lt;/p&gt;

&lt;p&gt;I was wrong. Most web-based SQL editors don't support Transact-SQL properly, or they lock essential features behind a paywall before you can even do the basics.&lt;/p&gt;

&lt;p&gt;I survived those weeks however I could, but that frustration stuck with me. As soon as I finally got my PC back, we decided to solve this exact problem at our 2-person startup (Zone 0). Today, we are releasing the first version of T-SQL Online (&lt;a href="https://tsqlsandbox.online" rel="noopener noreferrer"&gt;https://tsqlsandbox.online&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;It's a web environment to practice T-SQL directly in your browser. No local SQL Server installations, no weird server configurations, and no licenses. It is exactly the tool I wish I had when my computer broke down.&lt;/p&gt;

&lt;p&gt;What you can do in this v1:&lt;/p&gt;

&lt;p&gt;Create and alter tables with all constraints (Primary/Foreign keys, Unique, Check, Default).&lt;/p&gt;

&lt;p&gt;Full CRUD operations and all types of JOINs.&lt;/p&gt;

&lt;p&gt;Basic logic: variables, IF/ELSE, WHILE, and TRY/CATCH.&lt;/p&gt;

&lt;p&gt;Automatic ER Diagram generation as you build your schema.&lt;/p&gt;

&lt;p&gt;Export your SQL scripts when you're done.&lt;/p&gt;

&lt;p&gt;Transparency (Tech &amp;amp; Financial):&lt;br&gt;
We are fully bootstrapped with zero funding, so server costs come straight out of our pockets. Right now, it's free to use (1-hour sessions and 1 temporary database per user). To keep it sustainable long-term, we are in the process of integrating ads. We are also planning premium tiers for those who need longer sessions, multiple databases, and saved query history.&lt;/p&gt;

&lt;p&gt;Also, technically speaking, the engine simulates T-SQL behavior (there is no real SQL Server running behind it), so it doesn't support complex stored procedures just yet.&lt;/p&gt;

&lt;p&gt;I need your raw feedback.&lt;br&gt;
I'd love for you to test it out and try to break it. There's a message icon inside the app to drop your feedback, bug reports, or suggestions. Or you can just leave your thoughts in the comments here!&lt;br&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%2Fgc8ytia090rfrblq6t2c.png" 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%2Fgc8ytia090rfrblq6t2c.png" alt=" " width="800" height="342"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sql</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
