dek-cz/mssql-profiler-bundle

将 mssql 存储过程面板添加到分析器

1.0.5 2022-04-11 10:56 UTC

This package is auto-updated.

Last update: 2024-09-11 16:06:30 UTC


README

将 mssql 存储过程面板添加到分析器的安装

通过 Composer

$ composer require --dev dek-cz/mssql-profiler-bundle

使用方法

bundles.php

Dekcz\MssqlProfiler\MssqlProfilerBundle::class => ['dev' => true, 'test' => true],

packages/dev/mssql_profiler.yaml, packages/test/mssql_profiler.yaml

mssql_profiler:
    web_profiler: true
    client_definition: 'App\MyMssqlConnector'

App/MyMssqlConnector.php

use Dekcz\MssqlProfiler\DataCollector\MssqlCollectorInterface;
use Dekcz\MssqlProfiler\DataCollector\MssqlCollectorTrait;

class MyMssqlConnector implements MssqlCollectorInterface
{
..
    use MssqlCollectorTrait;
..
}

工具栏

Alt text

分析器

Alt text