You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,8 @@ Table Sources list endpoint is available at `/index.json`
85
85
curl localhost:3000/index.json
86
86
```
87
87
88
+
**Note**: if in `watch` mode, this will rescan database for table sources.
89
+
88
90
### Table Source TileJSON
89
91
90
92
Table Source [TileJSON](https://github.com/mapbox/tilejson-spec) endpoint is available at `/{schema_name}.{table_name}.json`.
@@ -146,6 +148,8 @@ Function Sources list endpoint is available at `/rpc/index.json`
146
148
curl localhost:3000/rpc/index.json
147
149
```
148
150
151
+
**Note**: if in `watch` mode, this will rescan database for function sources.
152
+
149
153
### Function Source TileJSON
150
154
151
155
Function Source [TileJSON](https://github.com/mapbox/tilejson-spec) endpoint is available at `/rpc/{schema_name}.{function_name}.json`
@@ -179,11 +183,12 @@ Usage:
179
183
Options:
180
184
-h --help Show this screen.
181
185
-v --version Show version.
182
-
--workers=<n> Number of web server workers.
183
-
--pool_size=<n> Maximum connections pool size [default: 20].
0 commit comments