diff options
author | FxQnLr <[email protected]> | 2023-11-08 12:44:17 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-11-08 12:44:17 +0100 |
commit | a197f4721d3b6e79c73f16c8db69ae9f3154acec (patch) | |
tree | 1d98e3464e8f05be11e1f4f99da904a9b05c5c2a /.sqlx/query-5ac2b9a76338dd1342938cc09e37b14c828c4ee44b696d83f87f739022be6948.json | |
parent | 4f124e6ba636e6191c2960d96d0057f3061988fc (diff) | |
download | webol-a197f4721d3b6e79c73f16c8db69ae9f3154acec.tar webol-a197f4721d3b6e79c73f16c8db69ae9f3154acec.tar.gz webol-a197f4721d3b6e79c73f16c8db69ae9f3154acec.zip |
add eta with average startup time
Diffstat (limited to '.sqlx/query-5ac2b9a76338dd1342938cc09e37b14c828c4ee44b696d83f87f739022be6948.json')
-rw-r--r-- | .sqlx/query-5ac2b9a76338dd1342938cc09e37b14c828c4ee44b696d83f87f739022be6948.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.sqlx/query-5ac2b9a76338dd1342938cc09e37b14c828c4ee44b696d83f87f739022be6948.json b/.sqlx/query-5ac2b9a76338dd1342938cc09e37b14c828c4ee44b696d83f87f739022be6948.json new file mode 100644 index 0000000..c385101 --- /dev/null +++ b/.sqlx/query-5ac2b9a76338dd1342938cc09e37b14c828c4ee44b696d83f87f739022be6948.json | |||
@@ -0,0 +1,20 @@ | |||
1 | { | ||
2 | "db_name": "PostgreSQL", | ||
3 | "query": "SELECT times FROM devices;", | ||
4 | "describe": { | ||
5 | "columns": [ | ||
6 | { | ||
7 | "ordinal": 0, | ||
8 | "name": "times", | ||
9 | "type_info": "Int8Array" | ||
10 | } | ||
11 | ], | ||
12 | "parameters": { | ||
13 | "Left": [] | ||
14 | }, | ||
15 | "nullable": [ | ||
16 | true | ||
17 | ] | ||
18 | }, | ||
19 | "hash": "5ac2b9a76338dd1342938cc09e37b14c828c4ee44b696d83f87f739022be6948" | ||
20 | } | ||