add request signatures and GET/POST requests
This commit is contained in:
parent
0e71e9dc5f
commit
7a694623e5
24 changed files with 690 additions and 30 deletions
31
identity/.sqlx/query-665e75d8304aab441acb50e78793092e5c603089672bceff3a4fa17dd624d933.json
generated
Normal file
31
identity/.sqlx/query-665e75d8304aab441acb50e78793092e5c603089672bceff3a4fa17dd624d933.json
generated
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "insert into accounts (id, username, email, password) values ($1, $2, $3, $4) returning id, username",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "id",
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"ordinal": 1,
|
||||
"name": "username",
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text",
|
||||
"Text",
|
||||
"Text",
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "665e75d8304aab441acb50e78793092e5c603089672bceff3a4fa17dd624d933"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue