dbal-influxdb:适用于InfluxDB的教义DBAL

时间:2024-06-13 06:57:23
【文件属性】:

文件名称:dbal-influxdb:适用于InfluxDB的教义DBAL

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-13 06:57:23

PHP

适用于InfluxDB的教义DBAL 适用于Doctrine DBAL(抽象层)的InfluxDB驱动程序 查询生成器 $ qb = $ conn -> createQueryBuilder (); $ qb -> select ( "*" ) -> from ( "cpu_load_short" ) -> where ( "time = ?" ) -> setParameter ( 0 , 1434055562000000000 ); $ data = $ qb -> execute (); foreach ( $ data -> fetchAll () as $ element ) { // Use your element } 建立连接 $ config = new \ Doctrine \ DBAL \ Configuration (); //


【文件预览】:
dbal-influxdb-master
----.scrutinizer.yml(50B)
----circle.yml(370B)
----src()
--------Platform()
--------Driver()
----phpunit.xml.dist(645B)
----LICENSE(1KB)
----.exrc(0B)
----README.md(1KB)
----tests()
--------Driver()
----.gitignore(32B)
----composer.json(347B)

网友评论