Secure PostgreSQL client skill for pi - query databases with encrypted credentials
PSQL
Parse from a lucene like syntax to psql's bson syntax
psql-esque CLI that streams results to stdout
No description provided.
Trivial psql CLI alternative that outputs proper CSV
Lightweight PostgreSQL migration tool for Bun - Simple CLI and programmatic API for database schema migrations
> A data gathering and manipulation kit with support for a variety of database platforms like MsSQL, MySQL, PSQL, MariaDB and SQLite.
removing unused joins and cte from select
Enhanced postgres shell with better support for PowerShell and JSON.
If you like `psql` and `terminal`, you should type same queries again and again, If you like `web` also, you could execute queries, explorer results conveniently with **Flamengo**.
Express plugin wrapper around easy-psql
Migrate many PostgreSQL databases (one per tenant) into a single DB with one schema per tenant. Uses pg_dump and psql with resumable state.
```psql -- 清空表 DO $$ DECLARE r RECORD; begin FOR r IN (SELECT tablename FROM pg_tables WHERE schemaname = 'public') LOOP EXECUTE 'DROP TABLE IF EXISTS public.' || quote_ident(r.tablename) || ' CASCADE'; END LOOP; END $$;
CLI for PostgreSQL database interaction
Ultimate Express plugin wrapper around easy-psql
Package includes connection and models for Zavvy database
Like heroku pg:psql but for any Postgres database
Express middleware based off morgan to log into postgres (psql) database. Simple and effective.
aws secrets manager js lambdas for psql password rotation incl. cloudformation and other snippets
Postgres database access API
Task queue service with graphile-worker
Tool that allows consulting the logs recorded with Postgres
A REPL, or terminal, for use in the browser with PGlite, allowing you to have an interactive session with your WASM Postgres in the page.