Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleam00/remote-agentic-coding-system
/ test-db.js
File
test-db.js
test-db.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Quick test to verify Supabase connection works locally
2
require(
'dotenv'
).config();
3
const
{ Pool } = require(
'pg'
);
4
Callers
nothing calls this directly
Calls
1
test
Function · 0.85
Tested by
no test coverage detected