Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 for Database (0.23 sec)

  1. docs/en/docs/tutorial/sql-databases.md

    Let's refer to the file `sql_app/database.py`.
    
    ### Import the SQLAlchemy parts
    
    ```Python hl_lines="1-3"
    {!../../../docs_src/sql_databases/sql_app/database.py!}
    ```
    
    ### Create a database URL for SQLAlchemy
    
    ```Python hl_lines="5-6"
    {!../../../docs_src/sql_databases/sql_app/database.py!}
    ```
    
    In this example, we are "connecting" to a SQLite database (opening a file with the SQLite database).
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
  2. docs/en/docs/how-to/sql-databases-peewee.md

    * `sql_app/__init__.py`: is an empty file.
    
    * `sql_app/database.py`:
    
    ```Python
    {!../../../docs_src/sql_databases_peewee/sql_app/database.py!}
    ```
    
    * `sql_app/models.py`:
    
    ```Python
    {!../../../docs_src/sql_databases_peewee/sql_app/models.py!}
    ```
    
    * `sql_app/schemas.py`:
    
    ```Python
    {!../../../docs_src/sql_databases_peewee/sql_app/schemas.py!}
    ```
    
    * `sql_app/crud.py`:
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Jan 16 13:23:25 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  3. api/go1.8.txt

    pkg database/sql, const LevelDefault = 0
    pkg database/sql, const LevelDefault IsolationLevel
    pkg database/sql, const LevelLinearizable = 7
    pkg database/sql, const LevelLinearizable IsolationLevel
    pkg database/sql, const LevelReadCommitted = 2
    pkg database/sql, const LevelReadCommitted IsolationLevel
    pkg database/sql, const LevelReadUncommitted = 1
    pkg database/sql, const LevelReadUncommitted IsolationLevel
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  4. docs/em/docs/how-to/sql-databases-peewee.md

    `sql_app` ๐Ÿ”œ โœ”๏ธ ๐Ÿ“„ ๐Ÿ“:
    
    * `sql_app/__init__.py`: ๐Ÿ› ๐Ÿ“.
    
    * `sql_app/database.py`:
    
    ```Python
    {!../../../docs_src/sql_databases_peewee/sql_app/database.py!}
    ```
    
    * `sql_app/models.py`:
    
    ```Python
    {!../../../docs_src/sql_databases_peewee/sql_app/models.py!}
    ```
    
    * `sql_app/schemas.py`:
    
    ```Python
    {!../../../docs_src/sql_databases_peewee/sql_app/schemas.py!}
    ```
    
    * `sql_app/crud.py`:
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 19.2K bytes
    - Viewed (0)
  5. api/go1.9.txt

    pkg database/sql, method (*Conn) QueryRowContext(context.Context, string, ...interface{}) *Row
    pkg database/sql, method (*DB) Conn(context.Context) (*Conn, error)
    pkg database/sql, type Conn struct
    pkg database/sql, type Out struct
    pkg database/sql, type Out struct, Dest interface{}
    pkg database/sql, type Out struct, In bool
    pkg database/sql, var ErrConnDone error
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  6. docs/LICENSE

         contents in a database in which You have Sui Generis Database
         Rights, then the database in which You have Sui Generis Database
         Rights (but not its individual contents) is Adapted Material; and
    
      c. You must comply with the conditions in Section 3(a) if You Share
         all or a substantial portion of the contents of the database.
    
    For the avoidance of doubt, this Section 4 supplements and does not
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon May 10 16:50:06 GMT 2021
    - 18.2K bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/sql-databases.md

    ---> 100%
    ```
    
    </div>
    
    ## ๅˆ›ๅปบ SQLAlchemy ้ƒจไปถ
    
    ่ฎฉๆˆ‘ไปฌ่ฝฌๅˆฐๆ–‡ไปถ`sql_app/database.py`ใ€‚
    
    ### ๅฏผๅ…ฅ SQLAlchemy ้ƒจไปถ
    
    ```Python hl_lines="1-3"
    {!../../../docs_src/sql_databases/sql_app/database.py!}
    ```
    
    ### ไธบ SQLAlchemy ๅฎšไน‰ๆ•ฐๆฎๅบ“ URLๅœฐๅ€
    
    ```Python hl_lines="5-6"
    {!../../../docs_src/sql_databases/sql_app/database.py!}
    ```
    
    ๅœจ่ฟ™ไธชไพ‹ๅญไธญ๏ผŒๆˆ‘ไปฌๆญฃๅœจโ€œ่ฟžๆŽฅโ€ๅˆฐไธ€ไธช SQLite ๆ•ฐๆฎๅบ“๏ผˆ็”จ SQLite ๆ•ฐๆฎๅบ“ๆ‰“ๅผ€ไธ€ไธชๆ–‡ไปถ๏ผ‰ใ€‚
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 27K bytes
    - Viewed (0)
  8. docs/em/docs/tutorial/sql-databases.md

    $ pip install sqlalchemy
    
    ---> 100%
    ```
    
    </div>
    
    ## โœ ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿ•
    
    โžก๏ธ ๐Ÿ”— ๐Ÿ“ `sql_app/database.py`.
    
    ### ๐Ÿ—„ ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿ•
    
    ```Python hl_lines="1-3"
    {!../../../docs_src/sql_databases/sql_app/database.py!}
    ```
    
    ### โœ ๐Ÿ’ฝ ๐Ÿ“› ๐Ÿ‡ธ๐Ÿ‡ฒ
    
    ```Python hl_lines="5-6"
    {!../../../docs_src/sql_databases/sql_app/database.py!}
    ```
    
    ๐Ÿ‘‰ ๐Ÿ–ผ, ๐Ÿ‘ฅ "๐Ÿ”—" ๐Ÿ—„ ๐Ÿ’ฝ (๐Ÿ“‚ ๐Ÿ“ โฎ๏ธ ๐Ÿ—„ ๐Ÿ’ฝ).
    
    ๐Ÿ“ ๐Ÿ”œ ๐Ÿ”Ž ๐ŸŽ ๐Ÿ“ ๐Ÿ“ `sql_app.db`.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
  9. internal/event/target/postgresql.go

    	Username           string    `json:"username"` // default: user running minio
    	Password           string    `json:"password"` // default: no password
    	Database           string    `json:"database"` // default: same as user
    	QueueDir           string    `json:"queueDir"`
    	QueueLimit         uint64    `json:"queueLimit"`
    	MaxOpenConnections int       `json:"maxOpenConnections"`
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Apr 24 17:51:07 GMT 2024
    - 13.3K bytes
    - Viewed (0)
  10. internal/event/target/mysql.go

    	Host               xnet.URL `json:"host"`
    	Port               string   `json:"port"`
    	User               string   `json:"user"`
    	Password           string   `json:"password"`
    	Database           string   `json:"database"`
    	QueueDir           string   `json:"queueDir"`
    	QueueLimit         uint64   `json:"queueLimit"`
    	MaxOpenConnections int      `json:"maxOpenConnections"`
    }
    
    // Validate MySQLArgs fields
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Oct 07 15:07:38 GMT 2023
    - 11.5K bytes
    - Viewed (0)
Back to top