Skip to content

Commit 91af6f7

Browse files
authored
Update README.md
1 parent 3f2e73c commit 91af6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- `sql()` helper function to give easy access to PostgreSQL databases
66
- `exec()` helper function to make it easy to call other functions written in SupaScript (PLV8), PLPGSQL, SQL or any other supported language
77
- `console` emulation for `console.log()` and other `console` functions [See the docs](./docs/console.md)
8+
- (See [SupaScriptConsole](https://github.com/burggraf/SupaScriptConsole) client library for viewing console.log output in your browser console in real time
89
- Built-in support (like NodeJS built-ins) for:
910
- `require("http")` [see documentation](./docs/http.md): easy interface to make web calls and send headers, etc. for GET, POST, PUT, PATCH, DELETE, HEAD, HEADER
1011
- Polyfills

0 commit comments

Comments
 (0)