summaryrefslogblamecommitdiffstats
path: root/.sqlx/query-225521d5c1c07dd1be7873b7589f3d9a9789b2a3b099d98753a2997bc046e99e.json
blob: 5cb27e40bece475f16ccc7c96e4f1f6f2d243dd6 (plain) (tree)
1
2
3
4
5
6
7

                          
                                                                



                     




                           









                              
            


           
                                                                            
 
{
  "db_name": "PostgreSQL",
  "query": "select id, password from users where username = $1",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "id",
        "type_info": "Int4"
      },
      {
        "ordinal": 1,
        "name": "password",
        "type_info": "Varchar"
      }
    ],
    "parameters": {
      "Left": [
        "Text"
      ]
    },
    "nullable": [
      false,
      false
    ]
  },
  "hash": "225521d5c1c07dd1be7873b7589f3d9a9789b2a3b099d98753a2997bc046e99e"
}