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

https://github.com/thunchanokbow/postgresql-database

pgAdmin 4 is a tool for managing PostgreSQL databases. It is suitable for users of all skill levels, from beginners to experienced database administrators.
https://github.com/thunchanokbow/postgresql-database

bash-script postgresql sql

Last synced: about 2 months ago
JSON representation

pgAdmin 4 is a tool for managing PostgreSQL databases. It is suitable for users of all skill levels, from beginners to experienced database administrators.

Awesome Lists containing this project

README

          

PostgreSQL Database
===========

## Contents
Create Database
- [Bash Command](section/create-database.md#Create-using-Bash-Command)

- [Create from UI](section/create-database.md#Create-from-UI )

Create Table

- [Bash Command](section/create-table.md#Create-using-Bash-Command)

- [Create from UI](section/create-table.md#Create-from-UI )

Import Data

- [Import CSV Files](section/import-data.md)