Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rebeat (0.15 sec)

  1. docs/en/docs/how-to/sql-databases-peewee.md

    ```
    
    And in the file `sql_app/main.py` file, uncomment the body of the `async` dependency `reset_db_state()`:
    
    ```Python
    async def reset_db_state():
        database.db._state._state.set(db_state_default.copy())
        database.db._state.reset()
    ```
    
    Terminate your running app and start it again.
    
    Repeat the same process with the 10 tabs. This time all of them will wait and you will get all the results without errors.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Jan 16 13:23:25 GMT 2024
    - 23.6K bytes
    - Viewed (1)
Back to top