[TSM.ID].[11031972] PXE : Platform X Ecosystem I [118 Module -LIVE-]
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
const postgres = require('postgres');
|
||||
const sql = postgres(process.env.DATABASE_URL || 'postgresql://jumpa_admin:JumpaS3cur3%21%40%23@127.0.0.1:5432/jumpadb');
|
||||
sql`SELECT id, name FROM tenants`.then(console.log).then(()=>process.exit(0)).catch(console.error);
|
||||
Reference in New Issue
Block a user