You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
**Key benefits:**
14
14
15
15
-**Minimal code**: Define entities with simple records/data classes and query with concise, readable syntax; no boilerplate.
16
-
-**Parameterized by default**: String interpolations are automatically converted to bound parameters, making queries SQL injection safe by design.
16
+
-**Parameterized by default**: String interpolations are automatically converted to bind variables, making queries SQL injection safe by design.
17
17
-**Close to SQL**: Storm embraces SQL rather than abstracting it away, keeping you in control of your database operations.
18
18
-**Type-safe**: Storm's DSL mirrors SQL, providing a type-safe, intuitive experience that makes queries easy to write and read while reducing the risk of runtime errors.
19
19
-**Direct Database Interaction**: Storm translates method calls directly into database operations, offering a transparent and straightforward experience. It eliminates inefficiencies like the N+1 query problem for predictable and efficient interactions.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
13
13
**Key benefits:**
14
14
15
15
-**Minimal code**: Define entities with simple records/data classes and query with concise, readable syntax, no boilerplate.
16
-
-**Parameterized by default**: String interpolations are automatically converted to bound parameters, making queries SQL injection safe by design.
16
+
-**Parameterized by default**: String interpolations are automatically converted to bind variables, making queries SQL injection safe by design.
17
17
-**Close to SQL**: Storm embraces SQL rather than abstracting it away, keeping you in control of your database operations.
18
18
-**Type-safe**: Storm's DSL mirrors SQL, providing a type-safe, intuitive experience that makes queries easy to write and read while reducing the risk of runtime errors.
19
19
-**Direct Database Interaction**: Storm translates method calls directly into database operations, offering a transparent and straightforward experience. It eliminates inefficiencies like the N+1 query problem for predictable and efficient interactions.
0 commit comments