Skip to content

Commit

Permalink
test paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed Mar 19, 2024
1 parent fc72296 commit f2109d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,8 +1230,7 @@ async function getRows() {
</details>
<details id="logical-filters"><summary><strong>And, or, not, exists</strong></summary>
These operators serve as the backbone for constructing complex queries that allow for more granular control over the data fetched from the database. The examples provided below are self-explanatory for anyone familiar with basic programming concepts and database operations. The design philosophy underscores the importance of clear, readable code that doesn't sacrifice power for simplicity.
<details id="logical-filters"><summary><strong>And, or, not, exists</strong></summary> <p>These operators serve as the backbone for constructing complex queries that allow for more granular control over the data fetched from the database. The examples provided below are self-explanatory for anyone familiar with basic programming concepts and database operations. The design philosophy underscores the importance of clear, readable code that doesn't sacrifice power for simplicity.</p>
__And__
```javascript
Expand Down

0 comments on commit f2109d3

Please sign in to comment.