{"id":18614867,"url":"https://github.com/andrewjbateman/postgres-database-resources","last_synced_at":"2026-04-13T21:04:23.644Z","repository":{"id":49286673,"uuid":"255160616","full_name":"AndrewJBateman/postgres-database-resources","owner":"AndrewJBateman","description":":clipboard: Resources to learn and use the PostgreSQL database","archived":false,"fork":false,"pushed_at":"2021-06-20T06:23:23.000Z","size":60587,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T02:44:49.904Z","etag":null,"topics":["database","information","postgresql","postgresql-database","resources"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-12T20:04:04.000Z","updated_at":"2021-06-20T06:16:05.000Z","dependencies_parsed_at":"2022-08-27T13:12:47.591Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/postgres-database-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpostgres-database-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpostgres-database-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpostgres-database-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fpostgres-database-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/postgres-database-resources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406449,"owners_count":19633024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","information","postgresql","postgresql-database","resources"],"created_at":"2024-11-07T03:27:15.882Z","updated_at":"2025-11-03T03:30:30.303Z","avatar_url":"https://github.com/AndrewJBateman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: PostgreSQL Database Resources\n\n* Information on PostgreSQL v12\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/postgres-database-resources?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/postgres-database-resources?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/postgres-database-resources?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/postgres-database-resources?style=plastic)\n\n## :clipboard: GitHub Repos\n\n* [dhamaniasad: curated list of awesome PostgreSQL software, libraries, tools and resources](https://github.com/dhamaniasad/awesome-postgres)\n\n## :computer: Websites\n\n* [Official website](https://www.postgresql.org/)\n* [Postgres interactive terminal](http://postgresguide.com/utilities/psql.html)\n* [node-postgres](https://node-postgres.com/) collection of node.js modules for interfacing with a PostgreSQL database. Installed using `npm install pg`. Less code than using callbacks\n* [mockaroo](https://www.mockaroo.com/) data generator\n\n## :clipboard: Popular Postgresql shell commands\n\n* `\\l` list all databases\n* `CREATE DATABASE database1`  create a database. `\\c database1` connect to database1\n* `\\d` describe - list of relations .`\\dt` inspect tables. `\\d+` inspect table \u0026 show relation information. `\\d table1` shows details of table\n* `\\q` to quit\n* `DROP TABLE table1;` will delete table1\n* `\\?` list of commands\n* `\\i c:/filepath` will insert all contents of the file into the database\n\n## :cool: Links\n\n* [PostgREST standalone web server](http://postgrest.org/en/v6.0/) turns a PostgreSQL database directly into a RESTful API.\n\n## :books: Courses\n\n* [Amigoscode/FreeCodeCamp, Learn PostgreSQL Tutorial 4hrs - Full Course for Beginners](https://www.youtube.com/watch?v=qw--VYLpxG4)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fpostgres-database-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fpostgres-database-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fpostgres-database-resources/lists"}