Lua/pgmoon connection issues with Neon PostgreSQL endpoint ID configuration
Description:
I'm trying to connect to a Neon PostgreSQL database from a Lua application using pgmoon. Im:
* Attempting to establish a connection to Neon PostgreSQL from Lua using pgmoon library
* Running on Replit with PostgreSQL 15
The reason why is because I need to store user data and achievements in a PostgreSQL database
Here's my current connection code:
Error message:
What I've tried:
* Adding endpoint_id parameter
* Adding options parameter with encoded endpoint
* Using database_url with endpoint options
* Setting sslmode to require
* Specifying the endpoint ID in the password field
Extra information:
* My phone is constantly on do not disturb, so if you have an answer, ping me
* My timezone is Cst and I am available until 10 p.m.
I'm trying to connect to a Neon PostgreSQL database from a Lua application using pgmoon. Im:
* Attempting to establish a connection to Neon PostgreSQL from Lua using pgmoon library
* Running on Replit with PostgreSQL 15
The reason why is because I need to store user data and achievements in a PostgreSQL database
Here's my current connection code:
Error message:
What I've tried:
* Adding endpoint_id parameter
* Adding options parameter with encoded endpoint
* Using database_url with endpoint options
* Setting sslmode to require
* Specifying the endpoint ID in the password field
Extra information:
* My phone is constantly on do not disturb, so if you have an answer, ping me
* My timezone is Cst and I am available until 10 p.m.
