Highly ambitious ATProtocol AppView service and sdks

update query cache

+173
+52
api/.sqlx/query-0fa7f16b4a3350ca28a3d7356f8e6ee57d515f2cf5af7d6db2edbd1cca80cc17.json
··· 1 + { 2 + "db_name": "PostgreSQL", 3 + "query": "\n SELECT id, slice_uri, client_id, registration_access_token, created_at as \"created_at!\", created_by_did\n FROM oauth_clients\n WHERE client_id = $1\n ", 4 + "describe": { 5 + "columns": [ 6 + { 7 + "ordinal": 0, 8 + "name": "id", 9 + "type_info": "Int4" 10 + }, 11 + { 12 + "ordinal": 1, 13 + "name": "slice_uri", 14 + "type_info": "Text" 15 + }, 16 + { 17 + "ordinal": 2, 18 + "name": "client_id", 19 + "type_info": "Text" 20 + }, 21 + { 22 + "ordinal": 3, 23 + "name": "registration_access_token", 24 + "type_info": "Text" 25 + }, 26 + { 27 + "ordinal": 4, 28 + "name": "created_at!", 29 + "type_info": "Timestamptz" 30 + }, 31 + { 32 + "ordinal": 5, 33 + "name": "created_by_did", 34 + "type_info": "Text" 35 + } 36 + ], 37 + "parameters": { 38 + "Left": [ 39 + "Text" 40 + ] 41 + }, 42 + "nullable": [ 43 + false, 44 + false, 45 + false, 46 + true, 47 + false, 48 + false 49 + ] 50 + }, 51 + "hash": "0fa7f16b4a3350ca28a3d7356f8e6ee57d515f2cf5af7d6db2edbd1cca80cc17" 52 + }
+14
api/.sqlx/query-4d75fe83feb8700ceb5f01c46956e7678bfdc733d5a62df67bfca812b3638503.json
··· 1 + { 2 + "db_name": "PostgreSQL", 3 + "query": "\n DELETE FROM oauth_clients\n WHERE client_id = $1\n ", 4 + "describe": { 5 + "columns": [], 6 + "parameters": { 7 + "Left": [ 8 + "Text" 9 + ] 10 + }, 11 + "nullable": [] 12 + }, 13 + "hash": "4d75fe83feb8700ceb5f01c46956e7678bfdc733d5a62df67bfca812b3638503" 14 + }
+55
api/.sqlx/query-63d886983ec87cdfa16a47b47e0b4e08caa4ca8ed527af6c37c2a004e04c9fc6.json
··· 1 + { 2 + "db_name": "PostgreSQL", 3 + "query": "\n INSERT INTO oauth_clients (slice_uri, client_id, registration_access_token, created_by_did)\n VALUES ($1, $2, $3, $4)\n RETURNING id, slice_uri, client_id, registration_access_token, created_at as \"created_at!\", created_by_did\n ", 4 + "describe": { 5 + "columns": [ 6 + { 7 + "ordinal": 0, 8 + "name": "id", 9 + "type_info": "Int4" 10 + }, 11 + { 12 + "ordinal": 1, 13 + "name": "slice_uri", 14 + "type_info": "Text" 15 + }, 16 + { 17 + "ordinal": 2, 18 + "name": "client_id", 19 + "type_info": "Text" 20 + }, 21 + { 22 + "ordinal": 3, 23 + "name": "registration_access_token", 24 + "type_info": "Text" 25 + }, 26 + { 27 + "ordinal": 4, 28 + "name": "created_at!", 29 + "type_info": "Timestamptz" 30 + }, 31 + { 32 + "ordinal": 5, 33 + "name": "created_by_did", 34 + "type_info": "Text" 35 + } 36 + ], 37 + "parameters": { 38 + "Left": [ 39 + "Text", 40 + "Text", 41 + "Text", 42 + "Text" 43 + ] 44 + }, 45 + "nullable": [ 46 + false, 47 + false, 48 + false, 49 + true, 50 + false, 51 + false 52 + ] 53 + }, 54 + "hash": "63d886983ec87cdfa16a47b47e0b4e08caa4ca8ed527af6c37c2a004e04c9fc6" 55 + }
+52
api/.sqlx/query-6d0f96939a6e6603cba29e88a57a3388f3de5510d61bd0353872ce9e35b6a44a.json
··· 1 + { 2 + "db_name": "PostgreSQL", 3 + "query": "\n SELECT id, slice_uri, client_id, registration_access_token, created_at as \"created_at!\", created_by_did\n FROM oauth_clients\n WHERE slice_uri = $1\n ORDER BY created_at DESC\n ", 4 + "describe": { 5 + "columns": [ 6 + { 7 + "ordinal": 0, 8 + "name": "id", 9 + "type_info": "Int4" 10 + }, 11 + { 12 + "ordinal": 1, 13 + "name": "slice_uri", 14 + "type_info": "Text" 15 + }, 16 + { 17 + "ordinal": 2, 18 + "name": "client_id", 19 + "type_info": "Text" 20 + }, 21 + { 22 + "ordinal": 3, 23 + "name": "registration_access_token", 24 + "type_info": "Text" 25 + }, 26 + { 27 + "ordinal": 4, 28 + "name": "created_at!", 29 + "type_info": "Timestamptz" 30 + }, 31 + { 32 + "ordinal": 5, 33 + "name": "created_by_did", 34 + "type_info": "Text" 35 + } 36 + ], 37 + "parameters": { 38 + "Left": [ 39 + "Text" 40 + ] 41 + }, 42 + "nullable": [ 43 + false, 44 + false, 45 + false, 46 + true, 47 + false, 48 + false 49 + ] 50 + }, 51 + "hash": "6d0f96939a6e6603cba29e88a57a3388f3de5510d61bd0353872ce9e35b6a44a" 52 + }