Redbean + Postgres #1078
Propagram
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a fork of the Lua library "pgmoon" that connects to the Postgres database.
I adapted this library to work with Redbean. To achieve this, I implemented the native Redbean socket using the code written by @pkulchenko here.
For those interested in checking out this fork, here is the link: https://github.com/Propagram/pgmoon
Unfortunately, SSL cannot be used at the moment. Therefore, use it only on local Postgres servers and employ the MD5 authentication method.
I also created an action to run Busted tests on Redbean. The code can be found in /spec.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions