Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot connect to postgresql #112

Open
thoughtworks-caihu opened this issue Nov 2, 2021 · 1 comment
Open

cannot connect to postgresql #112

thoughtworks-caihu opened this issue Nov 2, 2021 · 1 comment

Comments

@thoughtworks-caihu
Copy link

image

lua version : Lua 5.4.3 Copyright (C) 1994-2021 Lua.org, PUC-Rio

@leafo
Copy link
Owner

leafo commented Dec 28, 2021

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
  • LuaSocketluarocks install luasocket
  • cqueuesluarocks 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants