Skip to content

Instantly share code, notes, and snippets.

View ChausseBenjamin's full-sized avatar
:shipit:
Cookin'

Benjamin Chausse ChausseBenjamin

:shipit:
Cookin'
View GitHub Profile
@ChausseBenjamin
ChausseBenjamin / postgres.go
Created January 9, 2020 02:56 — forked from rivo/postgres.go
A demo Go application (a PostgreSQL database browser) highlighting the use of the rivo/tview package. See https://github.com/rivo/tview/wiki/Postgres
package main
import (
"database/sql"
"fmt"
"net/url"
"os"
"reflect"
"regexp"
"strconv"