Skip to content

Commit

Permalink
docs added keywords
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Jul 22, 2022
1 parent a350216 commit 879c4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/query-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
sidebar_label: Query Builder
description: TinyORM's database query builder provides a convenient, fluent interface to creating and running database queries. It can be used to perform most database operations in your application. The query builder uses QSqlQuery parameter binding to protect your application against SQL injection attacks. There is no need to clean or sanitize strings passed to the query builder as query bindings.
keywords: [c++ orm, database, query builder, tinyorm]
keywords: [c++ orm, sql, c++ sql, c++ query builder, database, query builder, tinyorm]
---

# Database: Query Builder
Expand Down

0 comments on commit 879c4e9

Please sign in to comment.