mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* feat: logged user after sign up/sign in * test: fix test * chore: update sqlx files * chore: add router * chore: parser user uuid from token
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT uid FROM af_user WHERE uuid = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "uid",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "5d408d36790ade4da1ceeb68b4a183aa7d9abc27b0ec42c2a3c5af26ad80f128"
|
|
}
|