forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
480 B
18 lines
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO repo_seq (did, event_type, commit_cid, rev, block_cids, block_data)\n VALUES ($1, 'sync', $2, $3, $4, $5)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Text",
10 "Text",
11 "ByteaArray",
12 "ByteaArray"
13 ]
14 },
15 "nullable": []
16 },
17 "hash": "9ba7869f29286cfd6b811ffa1e26bda1d637b98b44be66cdc265b1af4cec2d4f"
18}