https://github.com/sapta-dev27/postgres
POSTGRES TUTORIALS
https://github.com/sapta-dev27/postgres
postgresql postgresql-database
Last synced: 23 days ago
JSON representation
POSTGRES TUTORIALS
- Host: GitHub
- URL: https://github.com/sapta-dev27/postgres
- Owner: Sapta-Dev27
- Created: 2025-07-06T18:37:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T16:29:36.000Z (11 months ago)
- Last Synced: 2025-07-07T17:49:28.414Z (11 months ago)
- Topics: postgresql, postgresql-database
- Language: JavaScript
- Homepage:
- Size: 506 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# POSTGRES TUTORIAL CONSISTING OF ALL THE BASIC QUARIES LIKE
1. Create a new pool connect to the POSTGRES with Pool
2. Create a table
3. Insert values into the table
4. update the values into the table
5. delete the values from the table
6. Fetch all the values from the table
7. Filter users by email and name
8. Filter users by order
9. Relationships
10. Joins ( INNER and LEFT)