Skip to content

Commit

Permalink
new line docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed Mar 19, 2024
1 parent 117dc86 commit fc72296
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 @@ -1231,8 +1231,7 @@ async function getRows() {
</details>
<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>
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.
__And__
```javascript
Expand Down

0 comments on commit fc72296

Please sign in to comment.