diff options
author | cel 🌸 <cel@blos.sm> | 2023-12-11 11:24:37 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-12-11 11:24:37 +0000 |
commit | 159b239aa2964f6c07438638b967746354376b2e (patch) | |
tree | 4b2b857c9d6ec11e3397e70cc77da51186728d55 /.sqlx | |
parent | 2407c1a4a55d17817b31f7ca5cac9d68b27f536c (diff) | |
download | pinussy-159b239aa2964f6c07438638b967746354376b2e.tar.gz pinussy-159b239aa2964f6c07438638b967746354376b2e.tar.bz2 pinussy-159b239aa2964f6c07438638b967746354376b2e.zip |
implement log-in
Diffstat (limited to '.sqlx')
-rw-r--r-- | .sqlx/query-e3f7e6a9b6f2413adf4467e112b7aa0170d9d3ad0aa78ddc0580e9d0f23c0f7f.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.sqlx/query-e3f7e6a9b6f2413adf4467e112b7aa0170d9d3ad0aa78ddc0580e9d0f23c0f7f.json b/.sqlx/query-e3f7e6a9b6f2413adf4467e112b7aa0170d9d3ad0aa78ddc0580e9d0f23c0f7f.json new file mode 100644 index 0000000..77c11b6 --- /dev/null +++ b/.sqlx/query-e3f7e6a9b6f2413adf4467e112b7aa0170d9d3ad0aa78ddc0580e9d0f23c0f7f.json @@ -0,0 +1,22 @@ +{ + "db_name": "PostgreSQL", + "query": "select password from users where username = $1", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "password", + "type_info": "Varchar" + } + ], + "parameters": { + "Left": [ + "Text" + ] + }, + "nullable": [ + false + ] + }, + "hash": "e3f7e6a9b6f2413adf4467e112b7aa0170d9d3ad0aa78ddc0580e9d0f23c0f7f" +} |