wasabigeek / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries

Home Page:https://supabase.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries (and more).

Quickstart

Set the following ENV VARS:

PG_META_PORT=8080
PG_META_DB_HOST="postgres"
PG_META_DB_NAME="postgres"
PG_META_DB_USER="postgres"
PG_META_DB_PORT=5432
PG_META_DB_PASSWORD="postgres"

Then run any of the binaries in the releases.

FAQs

What security does this use?

None. Please don't use this as a standalone server. We are assuming you are using this behind a proxy which brings its own security, on your local machine, or using this internally with no access to the outside world. This is designed to be used as a part of a larger system.

Developers

  1. Start the database using docker-compose up
  2. Run npm run dev
  3. Run npm test while you work

Licence

Apache 2.0

Sponsors

We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves.

New Sponsor

About

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries

https://supabase.io

License:Apache License 2.0


Languages

Language:TypeScript 73.8%Language:JavaScript 26.0%Language:Dockerfile 0.2%