File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11---
22template : home.html
33homepage : true
4- title : QueryLeaf - SQL for MongoDB | Write PostgreSQL, Run MongoDB
4+ title : SQL for MongoDB that just works | QueryLeaf
55---
66
77<div class =" features-section " >
88 <div class =" container " >
99 <div class="section-title">
1010 <h2>Why QueryLeaf?</h2>
11- <p>Write in PostgreSQL , run on MongoDB with zero translation hassle</p>
11+ <p>Write in SQL , run on MongoDB with zero translation hassle</p>
1212 </div>
1313
1414 <div class="features-grid">
1515 <div class="feature-card">
1616 <div class="feature-icon">🔄</div>
1717 <h3>Seamless SQL Translation</h3>
18- <p>QueryLeaf is a PostgreSQL-compatible SQL layer for MongoDB that lets your team use familiar SQL without compromising on MongoDB's power.</p>
18+ <p>QueryLeaf is a PostgreSQL dialect SQL layer for MongoDB that lets your team use familiar SQL without compromising on MongoDB's power.</p>
1919 </div>
2020
2121 <div class="feature-card">
@@ -36,7 +36,7 @@ title: QueryLeaf - SQL for MongoDB | Write PostgreSQL, Run MongoDB
3636<div class =" code-sample-section " >
3737 <div class =" container " >
3838 <div class="section-title">
39- <h2>PostgreSQL Queries for MongoDB Documents</h2>
39+ <h2>SQL Queries for MongoDB Documents</h2>
4040 <p>Write familiar PostgreSQL syntax while QueryLeaf automatically handles nested fields, array elements, and MongoDB ObjectIDs</p>
4141 </div>
4242
Original file line number Diff line number Diff line change 2626 < div class ="container ">
2727 < div class ="hero-grid ">
2828 < div class ="hero-content ">
29- < h1 > PostgreSQL for MongoDB that just works</ h1 >
30- < p class ="hero-tagline "> QueryLeaf lets you write familiar PostgreSQL queries and have them run seamlessly against your MongoDB database. </ p >
29+ < h1 > SQL for MongoDB that just works</ h1 >
30+ < p class ="hero-tagline "> QueryLeaf is available for Node.js, as a cli, and as a standalone webserver </ p >
3131 < div class ="hero-buttons ">
3232 < a href ="{{ 'getting-started/quickstart/' | url }} " class ="md-button md-button--primary ">
3333 Get Started
You can’t perform that action at this time.
0 commit comments