pgmoon
pgmoon copied to clipboard
cannot connect to postgresql

lua version : Lua 5.4.3 Copyright (C) 1994-2021 Lua.org, PUC-Rio
mime is a library provided by LuaSocket that provides base64 encoding and decoding.
Depending on the environment you're running it in, you will need to provide some kind of socket library as outlined in the readme:
- OpenResty — The built in socket is used, no additional dependencies necessary
- LuaSocket —
luarocks install luasocket - cqueues —
luarocks install cqueues
Can you tell me how you're trying to use pgmoon? I notice now that if you've only installed cqueues then no base64 implementation would be available and that's an oversight on my end.