ClickHouse / clickhouse-js

Official JS client for ClickHouse DB
https://clickhouse.com
Apache License 2.0
235 stars 29 forks source link

Added missing crypto import #341

Closed ardabeyazoglu closed 1 month ago

ardabeyazoglu commented 1 month ago

Summary

Added missing "crypto" module import so that it won't crash with Deno because of undefined randomUUID function.

Closes #340.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.