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

https://github.com/pvarentsov/useful-scripts

It is my collection of the useful scripts.
https://github.com/pvarentsov/useful-scripts

Last synced: 9 months ago
JSON representation

It is my collection of the useful scripts.

Awesome Lists containing this project

README

          

# Useful scripts

It is my collection of the useful scripts

## PostgreSQL

Dump database running in the docker container:
- [dockerized-pg-dump.sh](./postgres/dockerized-pg-dump.sh)

Restore database running in the docker container:
- [dockerized-pg-restore.sh](./postgres/dockerized-pg-restore.sh)

## License

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](./LICENSE)