65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"db": "PostgreSQL",
|
|
"1775f308cda63b61c0aaf4d8d1c7cf00f6bff5041e821575f65867c32d42f1b0": {
|
|
"describe": {
|
|
"columns": [],
|
|
"nullable": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text",
|
|
"Text",
|
|
"Timestamptz",
|
|
"Text"
|
|
]
|
|
}
|
|
},
|
|
"query": "\n INSERT INTO users (uid, email, username, create_time, password)\n VALUES ($1, $2, $3, $4, $5)\n "
|
|
},
|
|
"3502aac2e0b7e80c2afdf7aba85cd1bfa9dd7f6b95d711bb1dee50c6fae2f061": {
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "email",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"nullable": [
|
|
false
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
}
|
|
},
|
|
"query": "\n SELECT email \n FROM users\n WHERE uid = $1\n "
|
|
},
|
|
"b188bb8915fa0fc8c5dfefa27f1b086b839633c3c4dc6e4991b43a608d46a170": {
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "uid",
|
|
"ordinal": 0,
|
|
"type_info": "Int8"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"nullable": [
|
|
false,
|
|
false
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
}
|
|
},
|
|
"query": "\n SELECT uid, password\n FROM users\n WHERE email = $1\n "
|
|
}
|
|
} |