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