This is the Linux app named PostgreSQL client and ORM for Golang whose latest release can be downloaded as v10.11.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named PostgreSQL client and ORM for Golang with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
PostgreSQL client and ORM for Golang
DESCRIPTION
Basic types, integers, floats, string, bool, time.Time, net.IP, net.IPNet. All struct fields are nullable by default and zero values (empty string, 0, zero time, empty map or slice, nil ptr) are marshalled as SQL NULL. pg:",notnull" is used to add SQL NOT NULL constraint and pg:",use_zero" to allow Go zero values. sql.NullBool, sql.NullString, sql.NullInt64, sql.NullFloat64 and pg.NullTime. Structs, maps and arrays are marshalled as JSON by default. PostgreSQL multidimensional Arrays using array tag and Array wrapper. Hstore using hstore tag and Hstore wrapper. go-pg supports 2 last Go versions and requires support for Go modules. So make sure to initialize a Go module. ORM supports has one, belongs to, has many, and many to many with composite/multi-column primary keys. ForEach that calls a function for each row returned by the query without loading all rows into the memory.
Features
- Composite types
- Transactions
- Prepared statements
- Timeouts and canceling queries using context
- Automatic connection pooling with circuit breaker support
- Queries retry on network errors
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/postgre-client-golang.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.