Categorygithub.com/mikelpsv/data-mapping-service
modulepackage
0.0.0-20220810122250-fe88686e7498
Repository: https://github.com/mikelpsv/data-mapping-service.git
Documentation: pkg.go.dev

# README

Data mapping service

Backup/Restore

Backup

$ sudo docker exec -t mapping_db pg_dump -U dev mapping > dump.sql

Restore

$ echo "CREATE DATABASE mapping" | sudo docker exec -i mapping_db psql -U dev postgres
$ cat dump.sql | sudo docker exec -i mapping_db psql -U dev mapping

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author