Russian  English  All projects

Finalize the php library for working with the clickhouse database



Hello!

There is a library for working with the clickhouse php ClickHouse wrapper database

https://github.com/smi2/phpClickHouse

It works great, I like it. It is necessary to refine it, add 2 methods for updating and deleting data from the database.

Data updates

$db->update(array $data, string $table, string $condition)

where $data array of data in the form of a key and values that we add to the database. $table table we are working with. And the condition is conditions like WHERE id=3

Deleting data

$db->delete(string $table, string $condition)

$table table we are working with. And the condition is conditions like WHERE id=3


12.10.2024 09:38



 Answers freelancers