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.
- Host: GitHub
- URL: https://github.com/thunchanokbow/postgresql-database
- Owner: thunchanokbow
- Created: 2023-08-11T14:09:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T03:56:52.000Z (over 2 years ago)
- Last Synced: 2025-01-09T09:58:47.094Z (over 1 year ago)
- Topics: bash-script, postgresql, sql
- Homepage:
- Size: 3.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)