<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SmartQL Blog</title>
    <link>https://smartql.dev/blog</link>
    <description>Writing on text-to-SQL, AI database access, query validation, and the architecture behind SmartQL.</description>
    <language>en-us</language>
    <atom:link href="https://smartql.dev/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Adding an Intelligence Layer to Your Laravel App</title>
      <link>https://smartql.dev/blog/intelligence-layer-for-laravel</link>
      <guid isPermaLink="true">https://smartql.dev/blog/intelligence-layer-for-laravel</guid>
      <description>A practical architecture for letting users ask questions of their data in plain English, drawn from how Trakli wires SmartQL into a Laravel application: an HTTP service, a queued job, a question router, and a semantic layer.</description>
      <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Give AI Your Whole Database. Just Not the Keys.</title>
      <link>https://smartql.dev/blog/give-ai-your-database-not-the-keys</link>
      <guid isPermaLink="true">https://smartql.dev/blog/give-ai-your-database-not-the-keys</guid>
      <description>Teams are wiring LLMs directly into production databases. The payoff is real, and so are the failure modes. Here is the architecture that gets you the first without the second.</description>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Parse the SQL. Don't Trust the Prompt.</title>
      <link>https://smartql.dev/blog/parse-the-sql-dont-trust-the-prompt</link>
      <guid isPermaLink="true">https://smartql.dev/blog/parse-the-sql-dont-trust-the-prompt</guid>
      <description>Why SmartQL validates LLM-generated SQL with a real parser and an AST walk instead of system prompts and regex, with the actual checks it runs before a query touches your database.</description>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>SmartQL 0.1.0 Is on PyPI</title>
      <link>https://smartql.dev/blog/smartql-0-1-0-on-pypi</link>
      <guid isPermaLink="true">https://smartql.dev/blog/smartql-0-1-0-on-pypi</guid>
      <description>The first public release of SmartQL: natural language to SQL with AST-based validation, a YAML semantic layer, and 100+ LLM providers. One pip install away.</description>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>