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

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

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)