Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 225 of 225 for db (0.03 sec)

  1. docs/en/docs/release-notes.md

        opt raise
            dep -->> handler: Raise HTTPException
            handler -->> client: HTTP error response
            dep -->> dep: Raise other exception
        end
        dep ->> operation: Run dependency, e.g. DB session
        opt raise
            operation -->> dep: Raise HTTPException
            dep -->> handler: Auto forward exception
            handler -->> client: HTTP error response
            operation -->> dep: Raise other exception
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg database/sql, func Open(string, string) (*DB, error)
    pkg database/sql, func Register(string, driver.Driver)
    pkg database/sql, method (*DB) Begin() (*Tx, error)
    pkg database/sql, method (*DB) Close() error
    pkg database/sql, method (*DB) Driver() driver.Driver
    pkg database/sql, method (*DB) Exec(string, ...interface{}) (Result, error)
    pkg database/sql, method (*DB) Prepare(string) (*Stmt, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    33C6          ; mapped                 ; 0063 2215 006B 0067 #1.1 SQUARE C OVER KG
    33C7          ; disallowed                             # 1.1  SQUARE CO
    33C8          ; mapped                 ; 0064 0062     # 1.1  SQUARE DB
    33C9          ; mapped                 ; 0067 0079     # 1.1  SQUARE GY
    33CA          ; mapped                 ; 0068 0061     # 1.1  SQUARE HA
    33CB          ; mapped                 ; 0068 0070     # 1.1  SQUARE HP
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg crypto/x509, type SystemRootsError struct
    pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage
    pkg crypto/x509, var IncorrectPasswordError error
    pkg database/sql, method (*DB) Ping() error
    pkg database/sql, method (*DB) SetMaxIdleConns(int)
    pkg database/sql/driver, type Queryer interface { Query }
    pkg database/sql/driver, type Queryer interface, Query(string, []Value) (Rows, error)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg crypto/x509, type Certificate struct, ExtraExtensions []pkix.Extension
    pkg crypto/x509, type Certificate struct, IssuingCertificateURL []string
    pkg crypto/x509, type Certificate struct, OCSPServer []string
    pkg database/sql, method (*DB) SetMaxOpenConns(int)
    pkg encoding, type BinaryMarshaler interface { MarshalBinary }
    pkg encoding, type BinaryMarshaler interface, MarshalBinary() ([]uint8, error)
    pkg encoding, type BinaryUnmarshaler interface { UnmarshalBinary }
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
Back to top