Hi there, The current v3.22.4 version throws this verbose warning in Deno 1.40.2: <img width="805" alt="Screenshot 2024-01-27 at 10 37 24 AM" src="https://github.com/porsager/postgres/assets/20711476/12831675-09dd-4c52-8374-5462f9b2c7f3"> After digging into the source code, it seems like these warnings are caused by out-dated Deno STD "node" module: https://github.com/search?q=repo%3Aporsager%2Fpostgres%20132&type=code The current source code is using v0.132.0 Deno STD while the latest one is v0.213.0, which may solves this verbose warning issue.