Warning '@neondatabase/serverless' can only connect to remote instance, but it works?
What is the point of this warning when the migrations are working when using
I was able to get rid of this warning for drizzle-kit by installing
The warning (src) conflicts with the advice given when no driver is installed (src):
Main question:
Can I simply ignore this warning, since my migration is still working and if so what are the ramifications?
See also:
@neondatabase/serverless?I was able to get rid of this warning for drizzle-kit by installing
pg but I'd rather not do that, even as a dev dependency, if I can help it.The warning (src) conflicts with the advice given when no driver is installed (src):
To connect to Postgres database - please install either of 'pg', 'postgres', '@neondatabase/serverless'...
Main question:
Can I simply ignore this warning, since my migration is still working and if so what are the ramifications?
See also: