Update link to demo page

This commit is contained in:
Dan Sosedoff 2022-12-02 14:45:07 -06:00
parent e5480621ee
commit f1f4edf247
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -13,7 +13,7 @@ Web-based PostgreSQL database browser written in Go.
Pgweb is a web-based database browser for PostgreSQL, written in Go and works Pgweb is a web-based database browser for PostgreSQL, written in Go and works
on OSX, Linux and Windows machines. Main idea behind using Go for backend development on OSX, Linux and Windows machines. Main idea behind using Go for backend development
is to utilize ability of the compiler to produce zero-dependency binaries for is to utilize ability of the compiler to produce zero-dependency binaries for
multiple platforms. Pgweb was created as an attempt to build very simple and portable multiple platforms. Pgweb was created as an attempt to build very simple and portable
application to work with local or remote PostgreSQL databases. application to work with local or remote PostgreSQL databases.
@ -49,12 +49,12 @@ Please get in touch via: https://goo.gl/forms/euQOGWg5uPdPH70b2
## Demo ## Demo
Visit https://pgweb-demo.herokuapp.com to see pgweb in action. Visit https://pgweb-demo.fly.dev/ to see pgweb in action.
## Installation ## Installation
- [Precompiled binaries](https://github.com/sosedoff/pgweb/releases) for supported - [Precompiled binaries](https://github.com/sosedoff/pgweb/releases) for supported
operating systems are available. operating systems are available.
- [More installation options](https://github.com/sosedoff/pgweb/wiki/Installation) - [More installation options](https://github.com/sosedoff/pgweb/wiki/Installation)
## Usage ## Usage