forked from
slices.network/slices
Highly ambitious ATProtocol AppView service and sdks
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT time_us\n FROM jetstream_cursor\n WHERE id = $1\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "time_us",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text"
15 ]
16 },
17 "nullable": [
18 false
19 ]
20 },
21 "hash": "8fe482ef09e83d77ac7679d98e5c36c10c6b00c30cc289616a6da9c86ac11006"
22}