Pgproxy Alternatives
Similar projects and alternatives to pgproxy
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
pgproxy discussion
pgproxy reviews and mentions
-
PLJS – JavaScript Language Plugin for PostreSQL
I wrote this[1] several years ago to help with that.
It lets you write a function in nodejs that actually executes in plv8 inside the database.
To your project code though, it mostly looks like a normal js function (with some limitations).
Amongst other benefits, it allows you to manage your plv8 functions as a normal part of your repo.
[1]https://github.com/claytongulick/pgproxy
Stats
claytongulick/pgproxy is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of pgproxy is JavaScript.