kiryl_ch
Explore posts from serverscan i use railway postgres db with @vercel/postgres ?
hm they seem to be just checking url to determine connection string type:
export function isPooledConnectionString(connectionString: string): boolean {
return connectionString.includes('-pooler.');
}
19 replies
can i use railway postgres db with @vercel/postgres ?
i tried to but i am getting error: VercelPostgresError - 'invalid_connection_string': This connection string is meant to be used with a direct connection. Make sure to use a pooled connection string or try
createClient()
instead.19 replies
how to restore postgres db from dumb?
thanks it seems to have done something, and i see some data created in db but during execution it threw me a banch of error like: psql:/railway.sql:1952: ERROR: relation "_timescaledb_catalog.chunk_id_seq" does not exist
33 replies