Categorygithub.com/UNO-SOFT/wpsql
modulepackage
0.5.3
Repository: https://github.com/uno-soft/wpsql.git
Documentation: pkg.go.dev

# README

wpsql - Web PostgreSQL client

Server

Install

go get github.com/UNO-SOFT/wpsql

Usage

wpsql [opts] serve [flags]

This starts a server that connects to the allowed databases (-databases flag), on -db-host with -db-user using the password in the -pwenv environment variable.

It allows modifiaction only with the shared secret specified in -update-secret-env environment variable.

Client

There's a library under ./client (go get github.com/UNO-SOFT/wpsql/client), and a simple command line client is usable as

wpsql client -db=remote_db -server=http://remote_host:port "SELECT * FROM information_schema.tables"

# Packages

Package client implements a client for the PostgreSQL through HTTP wpsql server.

# Functions

No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author