@@ -14,7 +14,7 @@ Currently there are two results:
1414### Result
1515
1616#### 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 )
1818
1919Get the result as a list of dicts
2020
@@ -34,7 +34,7 @@ async def main() -> None:
3434
3535#### Parameters
3636- ` 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 )
3838
3939Get the result as a list of passed class instances.
4040Passed class can easily be either pydantic or msgspec model.
@@ -62,16 +62,16 @@ async def main() -> None:
6262
6363#### Parameters
6464- ` 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 )
6666
67- [ Read more] ( ./../../ usage/row_factories/overall_usage .md)
67+ [ Read more] ( / usage/row_factories/row_factories .md)
6868
6969## SingleQueryResult methods
7070
7171### Result
7272
7373#### 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 )
7575
7676Get the result as a dict
7777
@@ -91,7 +91,7 @@ async def main() -> None:
9191
9292#### Parameters
9393- ` 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 )
9595
9696Get the result as a passed class instance.
9797Passed class can easily be either pydantic or msgspec model.
@@ -118,6 +118,6 @@ async def main() -> None:
118118
119119#### Parameters
120120- ` 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 )
122122
123- [ Read more] ( ./../../ usage/row_factories/overall_usage .md)
123+ [ Read more] ( / usage/row_factories/row_factories .md)
0 commit comments