<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>sqlingo API Reference</title>
    <link>https://huydo862003.github.io/sqlingo/api-reference/</link>
    <description>API reference for sqlingo (sqlingojs), a TypeScript SQL parser, transpiler, and optimizer ported from SQLGlot. Covers 32 SQL dialects including BigQuery, Snowflake, Postgres, MySQL, and DuckDB.</description>
    <language>en</language>
    <atom:link href="https://huydo862003.github.io/sqlingo/api-reference/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Dialects</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/03-references/02-dialects</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/03-references/02-dialects</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[How dialects work, class-based vs string-based usage, tree-shaking, and all 32 supported SQL dialects.]]></description>
    </item>
    <item>
      <title>index</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/index</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[API reference for sqlingo (sqlingojs): a TypeScript SQL parser, transpiler, and query optimizer supporting 32 dialects including BigQuery, Snowflake, Postgres, MySQL, and DuckDB.]]></description>
    </item>
    <item>
      <title>Optimizing</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/02-guide/03-optimizing</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/02-guide/03-optimizing</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[Simplify and normalize SQL queries using schema information: star expansion, column qualification, and dead condition removal.]]></description>
    </item>
    <item>
      <title>Parsing and trees</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/02-guide/01-parsing-and-trees</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/02-guide/01-parsing-and-trees</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[The core workflow: parsing SQL to an AST, searching and transforming nodes, generating SQL back, error handling, and column lineage.]]></description>
    </item>
    <item>
      <title>Expressions</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/03-references/01-expressions</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/03-references/01-expressions</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[The full Expression API: core methods, operator helpers, AST node types, searching, walking, and transforming.]]></description>
    </item>
    <item>
      <title>Quick start</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/01-quick-start</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/01-quick-start</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[Install sqlingo, parse your first query, transpile between dialects, and optimize with schema information.]]></description>
    </item>
    <item>
      <title>Transpiling</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/02-guide/02-transpiling</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/02-guide/02-transpiling</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[Cross-dialect SQL translation: how functions, types, quoting, and syntax get mapped between databases.]]></description>
    </item>
    <item>
      <title>Reference</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/03-references/index</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/03-references/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[API reference for the Expression class, AST node types, and the full list of supported SQL dialects.]]></description>
    </item>
    <item>
      <title>FAQ</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/04-faq</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/04-faq</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[Common questions about output differences, dialect selection, tree-shaking, browser support, and SQLGlot compatibility.]]></description>
    </item>
    <item>
      <title>Building queries</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/02-guide/04-building-queries</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/02-guide/04-building-queries</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[Construct SQL programmatically with a fluent API: select, condition, logical helpers, DML builders, and dialect output.]]></description>
    </item>
    <item>
      <title>Guide</title>
      <link>https://huydo862003.github.io/sqlingo/api-reference/02-guide/index</link>
      <guid>https://huydo862003.github.io/sqlingo/api-reference/02-guide/index</guid>
      <pubDate>Wed, 21 Jan 1970 17:17:17 GMT</pubDate>
      <description><![CDATA[Learn the core workflow: parsing SQL to AST, navigating the tree, transpiling between dialects, optimizing queries, and building SQL from code.]]></description>
    </item>
  </channel>
</rss>
