Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mberlanda/pg-worker


https://github.com/mberlanda/pg-worker

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Pg Worker

The purpose of this repo is to familiarize with the `database/sql` go library.

### Setup

Assuming that go and postgresql are setup, the db can be prepared with a simple [cli](db.sh):

```sh
$ ./db.sh --create
$ ./db.sh --migrate
$ ./db.sh --seeds
```