Documentation
DrDroid Docs 2025
Connecting to Clickhousedb
Note: When you fill in the host, you do not need to add https://.
CREATE USER 'new_user_name' IDENTIFIED BY '%9v3vdsboq3v5Nyn5I';
GRANT SELECT ON db_name.table_name TO 'new_user_name';
SELECT \* FROM system.grants WHERE user_name = 'new_user_name';