@@ -14,7 +14,7 @@ Currently there are two results:
14
14
### Result
15
15
16
16
#### Parameters
17
- - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( ./../.. /usage/types/advanced_type_usage.md)
17
+ - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( /usage/types/advanced_type_usage.md )
18
18
19
19
Get the result as a list of dicts
20
20
@@ -34,7 +34,7 @@ async def main() -> None:
34
34
35
35
#### Parameters
36
36
- ` as_class ` : Custom class from Python.
37
- - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( ./../.. /usage/types/advanced_type_usage.md)
37
+ - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( /usage/types/advanced_type_usage.md )
38
38
39
39
Get the result as a list of passed class instances.
40
40
Passed class can easily be either pydantic or msgspec model.
@@ -62,16 +62,16 @@ async def main() -> None:
62
62
63
63
#### Parameters
64
64
- ` row_factory ` : custom callable object.
65
- - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( ./../.. /usage/types/advanced_type_usage.md)
65
+ - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( /usage/types/advanced_type_usage.md )
66
66
67
- [ Read more] ( ./../../ usage/row_factories/overall_usage .md)
67
+ [ Read more] ( / usage/row_factories/row_factories .md)
68
68
69
69
## SingleQueryResult methods
70
70
71
71
### Result
72
72
73
73
#### Parameters
74
- - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( ./../.. /usage/types/advanced_type_usage.md)
74
+ - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( /usage/types/advanced_type_usage.md )
75
75
76
76
Get the result as a dict
77
77
@@ -91,7 +91,7 @@ async def main() -> None:
91
91
92
92
#### Parameters
93
93
- ` as_class ` : Custom class from Python.
94
- - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( ./../.. /usage/types/advanced_type_usage.md)
94
+ - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( /usage/types/advanced_type_usage.md )
95
95
96
96
Get the result as a passed class instance.
97
97
Passed class can easily be either pydantic or msgspec model.
@@ -118,6 +118,6 @@ async def main() -> None:
118
118
119
119
#### Parameters
120
120
- ` row_factory ` : custom callable object.
121
- - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( ./../.. /usage/types/advanced_type_usage.md)
121
+ - ` custom_decoders ` : custom decoders for unsupported types. [ Read more] ( /usage/types/advanced_type_usage.md )
122
122
123
- [ Read more] ( ./../../ usage/row_factories/overall_usage .md)
123
+ [ Read more] ( / usage/row_factories/row_factories .md)
0 commit comments