nextras/tracy-query-panel
Composer 安装命令:
composer require nextras/tracy-query-panel
包简介
Query panel for Tracy php debugger
README 文档
README
Installation
Add to your composer.json:
$ composer require nextras/tracy-query-panel
Register Nette DI extension:
extensions: queryPanel: Nextras\TracyQueryPanel\DI\QueryPanelExtension queryPanel: - Nextras\TracyQueryPanel\Handlers\DibiHandler
Possibly create implementations of IVoidQueries based on your service hooks and pass them to QueryPanel::addQuery().
Currently implemented query handlers are:
- DibiConnection
- Nette\Database
However, it should be super straightforward to implement IQuery producer for any engine.
Example legacy implementations for:
- Neo4j
- Elasticsearch
can be found at https://github.com/Mikulas/nette-panel-queries/tree/master/queries. These implementations will not however work out of the box.
If you happen to create implementations for your engine, please consider sending a pull request into this repo.
Additional resources
- Original forum thread: http://forum.nette.org/en/18901-tracy-universal-query-panel
License
MIT. See full license.
统计信息
- 总下载量: 69
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-15