Skip to content
Snippets Groups Projects
Commit bfad4276 authored by Fynn Becker's avatar Fynn Becker :crab:
Browse files

Fix broken link in README

parent f9b7fb33
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ This will fetch the elements in the specified range. ...@@ -57,7 +57,7 @@ This will fetch the elements in the specified range.
As a convenience implementation for interactive interpreter sessions this will fetch the first 20 elements. As a convenience implementation for interactive interpreter sessions this will fetch the first 20 elements.
- `len()`. - `len()`.
Unsurprisingly this returns the count of the requested table. Unsurprisingly this returns the count of the requested table.
Depending on the [counting strategy](#counting-strategy) this has different implications such as the cache being populated. Depending on the [counting strategy](#counting-strategies) this has different implications such as the cache being populated.
- `list()`. - `list()`.
This can be useful to force evaluation of a `LazyPostgrestJsonResult`. This can be useful to force evaluation of a `LazyPostgrestJsonResult`.
- `bool()`. - `bool()`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment