A pdo extension for TDengine database
[email protected] (张 振强) Thu, 13 Jan 2022 13:04:01 +0000
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <OS0P286MB0132BD041FA6DA7DF9100610F2539@OS0P286MB0132.JPNP286.PROD.OUTLOOK.COM> |
Hi, I use Swoole for IoT projects at work. I recently discovered an efficient IoT database TDengine, but found that there is no PHP extension. So based on the official C language document and the client source code, I develop the PDO extension, hoping to publish it on PECL, so that more people can use it to solve the storage and analysis problem of IoT device logs. URL: https://github.com/bearlord/pdo_taos Thanks.