Alternative ATProto PDS implementation
1{
2 "db_name": "SQLite",
3 "query": "SELECT did, root, rev FROM accounts LIMIT ?",
4 "describe": {
5 "columns": [
6 {
7 "name": "did",
8 "ordinal": 0,
9 "type_info": "Text"
10 },
11 {
12 "name": "root",
13 "ordinal": 1,
14 "type_info": "Text"
15 },
16 {
17 "name": "rev",
18 "ordinal": 2,
19 "type_info": "Text"
20 }
21 ],
22 "parameters": {
23 "Right": 1
24 },
25 "nullable": [
26 false,
27 false,
28 false
29 ]
30 },
31 "hash": "7eb22fdfc107b33361c599fcd4ae3a4a4fafef8438c41e1fdc6d4f7fd44f1094"
32}