<?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: Brandon Richardson</title>
    <description>The latest articles on DEV Community by Brandon Richardson (@brandondev).</description>
    <link>https://dev.to/brandondev</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%2F3843934%2F8a79d15e-f148-4141-8053-e92273d35418.png</url>
      <title>DEV Community: Brandon Richardson</title>
      <link>https://dev.to/brandondev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brandondev"/>
    <language>en</language>
    <item>
      <title>I got tired of manually writing SQL INSERTs from CSV… so I built this</title>
      <dc:creator>Brandon Richardson</dc:creator>
      <pubDate>Thu, 26 Mar 2026 02:51:12 +0000</pubDate>
      <link>https://dev.to/brandondev/i-got-tired-of-manually-writing-sql-inserts-from-csv-so-i-built-this-1be8</link>
      <guid>https://dev.to/brandondev/i-got-tired-of-manually-writing-sql-inserts-from-csv-so-i-built-this-1be8</guid>
      <description>&lt;p&gt;It takes a CSV and generates SQL instantly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;detects column types&lt;/li&gt;
&lt;li&gt;handles nulls&lt;/li&gt;
&lt;li&gt;batch inserts&lt;/li&gt;
&lt;li&gt;supports large files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love feedback:&lt;br&gt;
&lt;a href="https://insertflow.com" rel="noopener noreferrer"&gt;https://insertflow.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>sql</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
