We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c993598 commit 3cd8b39Copy full SHA for 3cd8b39
benchmarks.md
@@ -28,6 +28,7 @@ create or replace function get(uri character varying) returns text as $$
28
return data.read()
29
$$
30
language plpython2u volatile;
31
+-- also, try fancy "requests" library, which makes the code look very short & readable
32
create or replace function get_requests(uri character varying) returns text as $$
33
import requests
34
r = requests.get(uri)
0 commit comments