<?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: Garrett Wolfe</title>
    <description>The latest articles on DEV Community by Garrett Wolfe (@gwolfe).</description>
    <link>https://dev.to/gwolfe</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%2F3256810%2Fb76b5239-0285-4fe3-9413-3f9a607bfb9d.jpg</url>
      <title>DEV Community: Garrett Wolfe</title>
      <link>https://dev.to/gwolfe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gwolfe"/>
    <language>en</language>
    <item>
      <title>Where do you *store* SQL?!</title>
      <dc:creator>Garrett Wolfe</dc:creator>
      <pubDate>Tue, 10 Jun 2025 21:12:03 +0000</pubDate>
      <link>https://dev.to/gwolfe/where-do-you-store-sql-2kl7</link>
      <guid>https://dev.to/gwolfe/where-do-you-store-sql-2kl7</guid>
      <description>&lt;p&gt;&lt;strong&gt;_Hey all! We keep seeing the same two problems:&lt;br&gt;
_&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Saving &amp;amp; sharing&lt;/strong&gt; – queries end up everywhere (Slack, Git repos, BI folders, Notion pages…).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Endless requests&lt;/strong&gt; – because nobody knows what exists, engineers and data folks still get hammered with “please run this query / build this dashboard” tickets.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;How is your team handling both sides?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Do you have a single, searchable library?&lt;/li&gt;
&lt;li&gt;Can non-devs discover and trust queries without bugging you?&lt;/li&gt;
&lt;li&gt;What’s failed, what’s stuck?&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;We got frustrated enough to build &lt;strong&gt;&lt;a href="//getgalaxy.io"&gt;Galaxy&lt;/a&gt;&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Cursor-style editor&lt;/strong&gt; → fast, modern, context-aware AI copilot for querying.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Collections&lt;/strong&gt; → shared, version-controlled query library (like Postman).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Endorsements&lt;/strong&gt; → mark a query as “Endorsed” so the next person stops asking.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tiny pre-alpha opened last week, brutal feedback welcome.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reddit threads that sparked this: &lt;a href="https://www.reddit.com/r/SQL/comments/1kzdn2p/does_your_team_have_a_sql_library_or_just_chaos/" rel="noopener noreferrer"&gt;https://www.reddit.com/r/SQL/comments/1kzdn2p/does_your_team_have_a_sql_library_or_just_chaos/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.reddit.com/r/dataengineering/comments/1l049w2/how_do_you_push_back_on_endless_urgent_data/" rel="noopener noreferrer"&gt;https://www.reddit.com/r/dataengineering/comments/1l049w2/how_do_you_push_back_on_endless_urgent_data/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;• Feature overview: &lt;a href="https://getgalaxy.io/features/collaboration" rel="noopener noreferrer"&gt;https://getgalaxy.io/features/collaboration&lt;/a&gt;&lt;br&gt;
Tour: &lt;a href="//getgalaxy.io/explore/product-tour"&gt;getgalaxy.io/explore/product-tour&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your war stories (and see if our approach actually helps).&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%2Fy2cozjo169c7xz3is4g0.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%2Fy2cozjo169c7xz3is4g0.png" alt="Image description" width="800" height="518"&gt;&lt;/a&gt;&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%2F7sla34qzqfhtxl238cyj.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%2F7sla34qzqfhtxl238cyj.png" alt="Image description" width="800" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sql</category>
      <category>database</category>
      <category>postgres</category>
      <category>clickhouse</category>
    </item>
  </channel>
</rss>
