Skip to content

Commit 3cd8b39

Browse files
authored
Update benchmarks.md
1 parent c993598 commit 3cd8b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ create or replace function get(uri character varying) returns text as $$
2828
return data.read()
2929
$$
3030
language plpython2u volatile;
31+
-- also, try fancy "requests" library, which makes the code look very short & readable
3132
create or replace function get_requests(uri character varying) returns text as $$
3233
import requests
3334
r = requests.get(uri)

0 commit comments

Comments
 (0)