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

https://github.com/hexlet-components/pg-dump-example


https://github.com/hexlet-components/pg-dump-example

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# pg-dump-example

[![github action status](https://github.com/hexlet-components/pg-dump-example/workflows/Node%20CI/badge.svg)](https://github.com/hexlet-components/pg-dump-example/actions)

## Requirements

* Installed PostgreSQL and Git
* Created database with name `hexlet`
* Created role with name of your system user ([link](https://www.digitalocean.com/community/tutorials/how-to-use-roles-and-manage-grant-permissions-in-postgresql-on-a-vps-2))

## Install

```bash
git clone https://github.com/hexlet-components/pg-dump-example.git
cd pg-dump-example
# load schema and insert data
make # see Makefile for details
```

[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=pg-dump-example)

This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=pg-dump-example).

See most active contributors on [hexlet-friends](https://friends.hexlet.io/).