<?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: Esteban Arteaga</title>
    <description>The latest articles on DEV Community by Esteban Arteaga (@ezar147).</description>
    <link>https://dev.to/ezar147</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%2F3899224%2F478871e6-3727-45c8-bfae-871a98b4571f.png</url>
      <title>DEV Community: Esteban Arteaga</title>
      <link>https://dev.to/ezar147</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ezar147"/>
    <language>en</language>
    <item>
      <title>Why there’s no proper SQL Server ORM in Rust (so I started building one)</title>
      <dc:creator>Esteban Arteaga</dc:creator>
      <pubDate>Sun, 26 Apr 2026 19:11:53 +0000</pubDate>
      <link>https://dev.to/ezar147/why-theres-no-proper-sql-server-orm-in-rust-so-i-started-building-one-2c3o</link>
      <guid>https://dev.to/ezar147/why-theres-no-proper-sql-server-orm-in-rust-so-i-started-building-one-2c3o</guid>
      <description>&lt;p&gt;I ran into an interesting problem while exploring Rust for backend development.&lt;/p&gt;

&lt;p&gt;Coming from a .NET background, I'm used to working with Entity Framework and code-first workflows. But when I tried to build an application in Rust using SQL Server… I realized there’s no solid ORM support for it.&lt;/p&gt;

&lt;p&gt;That gap led me to start building a code-first ORM for SQL Server in Rust, inspired by the developer experience of EF.&lt;/p&gt;

&lt;p&gt;The goal is not just database access, but a more structured and productive way to model data and work with it—something that feels natural if you come from ecosystems like .NET or Laravel.&lt;/p&gt;

&lt;p&gt;👉 You can check it out here: &lt;a href="https://github.com/Estebanarteaga94/mssql-orm" rel="noopener noreferrer"&gt;https://github.com/Estebanarteaga94/mssql-orm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm curious—has anyone else faced similar limitations working with SQL Server in Rust? Or explored alternatives in this space?&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>sqlserver</category>
    </item>
  </channel>
</rss>
