feat: NodeJS pg-info function; funcs endpoint: filter + created_at/last_built_at; operator v0.1.32

This commit is contained in:
Naeel
2026-03-18 11:03:58 +03:00
parent 6010649e7b
commit 9bc91841c8
7 changed files with 352 additions and 70 deletions
@@ -0,0 +1,8 @@
{
"name": "pg-info",
"version": "1.0.0",
"description": "sless nodejs20 function: pg version + table info",
"dependencies": {
"pg": "8.11.0"
}
}