Setup drizzle using 'pg' instead of 'postgres' driver package
I'm trying to setup my drizzle using
pg
instead of postgres
due to the bug for row locking according to this post
https://discord.com/channels/1043890932593987624/1199760580102336633
however it said that the parameter was not supported using the pg client
0 Replies