<?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>Forem: Neon-Nomad</title>
    <description>The latest articles on Forem by Neon-Nomad (@neonnomad).</description>
    <link>https://forem.com/neonnomad</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%2F3598737%2Ff9a307a5-21c3-4cf6-baf3-ec0db8789366.png</url>
      <title>Forem: Neon-Nomad</title>
      <link>https://forem.com/neonnomad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/neonnomad"/>
    <language>en</language>
    <item>
      <title>Generate TypeScript + Zod types automatically from your Knex database</title>
      <dc:creator>Neon-Nomad</dc:creator>
      <pubDate>Thu, 06 Nov 2025 10:53:44 +0000</pubDate>
      <link>https://forem.com/neonnomad/generate-typescript-zod-types-automatically-from-your-knex-database-4cb</link>
      <guid>https://forem.com/neonnomad/generate-typescript-zod-types-automatically-from-your-knex-database-4cb</guid>
      <description>&lt;p&gt;If you use &lt;strong&gt;Knex.js&lt;/strong&gt; and TypeScript, you’ve probably fought the same problem I did:&lt;br&gt;&lt;br&gt;
your database schema, your types, and your runtime validation slowly drift apart.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;KnexBridge&lt;/strong&gt; — a small CLI that introspects your database and generates&lt;br&gt;
both TypeScript types &lt;strong&gt;and&lt;/strong&gt; Zod schemas directly from it.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Quick Start
&lt;/h2&gt;

&lt;p&gt;Install (no global deps needed):&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
npx knexbridge generate
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>webdev</category>
      <category>node</category>
      <category>opensource</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
