Skip to content

Commit 782f936

Browse files
Update homepage feature cards with core differentiators
- Source-Generated SQL (no reflection, compile-time safety) - Offline-First Sync (bidirectional, conflict resolution) - YAML Migrations (no raw SQL, version-controlled) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0fb72ad commit 782f936

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Website/src/index.njk

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ description: "Simplifying Database Connectivity in .NET with source-generated SQ
2727

2828
<div class="features-grid">
2929
<div class="card">
30-
<div class="card-icon">LQL</div>
31-
<h3>LQL Integration</h3>
32-
<p>Seamlessly integrated with LQL for intuitive queries. Write type-safe Lambda Query Language that compiles to SQL.</p>
33-
<a href="/docs/lql/">Learn more &rarr;</a>
30+
<div class="card-icon">SG</div>
31+
<h3>Source-Generated SQL</h3>
32+
<p>Zero runtime reflection. Your database schema generates type-safe extension methods at compile time. No ORMs, no magic strings.</p>
33+
<a href="/docs/dataprovider/">Learn more &rarr;</a>
3434
</div>
3535

3636
<div class="card">
37-
<div class="card-icon" style="background: var(--signal-blue);">DB</div>
38-
<h3>Multiple Databases</h3>
39-
<p>Connect to SQL Server, MySQL, SQLite, and more with a unified API and connection providers.</p>
40-
<a href="/docs/dataprovider/">Learn more &rarr;</a>
37+
<div class="card-icon" style="background: var(--signal-blue);">SY</div>
38+
<h3>Offline-First Sync</h3>
39+
<p>Bidirectional synchronization built for mobile and web apps. Work offline, sync when connected. Conflict resolution included.</p>
40+
<a href="/docs/sync/">Learn more &rarr;</a>
4141
</div>
4242

4343
<div class="card">
44-
<div class="card-icon" style="background: var(--query-orange);">HI</div>
45-
<h3>High Performance</h3>
46-
<p>Optimized for fast and efficient data access with source-generated extension methods.</p>
47-
<a href="/api/">API Reference &rarr;</a>
44+
<div class="card-icon" style="background: var(--query-orange);">YM</div>
45+
<h3>YAML Migrations</h3>
46+
<p>Define your database schema in YAML. No raw SQL. Version-controlled, repeatable migrations with the Migration CLI.</p>
47+
<a href="/docs/migrations/">Learn more &rarr;</a>
4848
</div>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)