Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for johndoe (0.32 sec)

  1. docs/em/docs/advanced/nosql-databases.md

    โšซ๏ธ ๐Ÿ”œ โœŠ `dict` `result.value`, & โœŠ ๐Ÿ”  ๐Ÿšฎ ๐Ÿ”‘ & ๐Ÿ’ฒ & ๐Ÿšถโ€โ™€๏ธ ๐Ÿ‘ซ ๐Ÿ”‘-๐Ÿ’ฒ `UserInDB` ๐Ÿ‡จ๐Ÿ‡ป โŒ.
    
    , ๐Ÿšฅ `dict` ๐Ÿ”Œ:
    
    ```Python
    {
        "username": "johndoe",
        "hashed_password": "some_hash",
    }
    ```
    
    โšซ๏ธ ๐Ÿ”œ ๐Ÿšถโ€โ™€๏ธ `UserInDB` :
    
    ```Python
    UserInDB(username="johndoe", hashed_password="some_hash")
    ```
    
    ## โœ ๐Ÿ‘† **FastAPI** ๐Ÿ“Ÿ
    
    ### โœ `FastAPI` ๐Ÿ“ฑ
    
    ```Python hl_lines="46"
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 4.8K bytes
    - Viewed (0)
  2. docs/ja/docs/advanced/nosql-databases.md

    ใ“ใ‚Œใฏ`result.value`ใฎ`dict`ใ‹ใ‚‰ใใฎใ‚ญใƒผใจๅ€คใ‚’ใใ‚Œใžใ‚Œๅ–ใ‚Šใ‚ญใƒผใƒฏใƒผใƒ‰ๅผ•ๆ•ฐใจใ—ใฆ`UserInDB`ใซๆธกใ—ใพใ™ใ€‚
    
    ไพ‹ใˆใฐ`dict`ใŒไธ‹่จ˜ใฎใ‚ˆใ†ใซใชใฃใฆใ„ใŸๅ ดๅˆ:
    
    ```Python
    {
        "username": "johndoe",
        "hashed_password": "some_hash",
    }
    ```
    
    `UserInDB`ใซใฏๆฌกใฎใ‚ˆใ†ใซๆธกใ•ใ‚Œใพใ™:
    
    ```Python
    UserInDB(username="johndoe", hashed_password="some_hash")
    ```
    
    ## **FastAPI** ใ‚ณใƒผใƒ‰ใฎๅฎŸ่ฃ…
    
    ### `FastAPI` app ใฎไฝœๆˆ
    
    ```Python hl_lines="46"
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Thu Aug 18 15:54:22 GMT 2022
    - 7K bytes
    - Viewed (0)
Back to top