We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60c1f6d + 7d14d17 commit de37a86Copy full SHA for de37a86
src/content/docs/data-querying.mdx
@@ -12,7 +12,7 @@ import Prerequisites from "@mdx/Prerequisites.astro";
12
- How to connect to the database - [Connection Fundamentals](/docs/connect-overview)
13
</Prerequisites>
14
15
-Drizzle gives you a few ways for querying you database and it's up to you to decide which one you'll need in your next project.
+Drizzle gives you a few ways for querying your database and it's up to you to decide which one you'll need in your next project.
16
It can be either SQL-like syntax or Relational Syntax. Let's check them:
17
18
## Why SQL-like?
0 commit comments