summaryrefslogblamecommitdiffstats
path: root/.sqlx/query-f5dd8c96f94c54363097d61fde7344425f491da5e9ca9f7d6df9726fd457582a.json
blob: 849a6cc25ec2c2e213fcf73f4b566daf5037e67c (plain) (tree)































                                                                                                                                  
{
  "db_name": "PostgreSQL",
  "query": "insert into users (id, username, password, email, bio, site, privacy, admin) values ($1, $2, $3, $4, $5, $6, $7, $8)",
  "describe": {
    "columns": [],
    "parameters": {
      "Left": [
        "Uuid",
        "Varchar",
        "Varchar",
        "Varchar",
        "Text",
        "Varchar",
        {
          "Custom": {
            "name": "privacy",
            "kind": {
              "Enum": [
                "private",
                "unlisted",
                "public"
              ]
            }
          }
        },
        "Bool"
      ]
    },
    "nullable": []
  },
  "hash": "f5dd8c96f94c54363097d61fde7344425f491da5e9ca9f7d6df9726fd457582a"
}