mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
cdc43b3729
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 multiple platforms. Pgweb was created as an attempt to build very simple and portable application to work with local or remote PostgreSQL databases. WWW: https://github.com/sosedoff/pgweb
9 lines
431 B
Plaintext
9 lines
431 B
Plaintext
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 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 application to work with local or remote PostgreSQL
|
|
databases.
|
|
|
|
WWW: https://github.com/sosedoff/pgweb
|