App in PHP

    Note

    To interact with YDB, create an instance of the driver, client, and session:

    • The YDB client runs on top of the YDB driver and enables the handling of entities and transactions.
    • The YDB session contains information about executed transactions and prepared queries, and is part of the YDB client context.

    PHP - 图2