{"id":31322791,"url":"https://github.com/flessner/postgres-fe","last_synced_at":"2025-09-25T19:15:13.091Z","repository":{"id":312717943,"uuid":"1048481900","full_name":"flessner/postgres-fe","owner":"flessner","description":"A minimal PostgreSQL Docker image with essential extensions.","archived":false,"fork":false,"pushed_at":"2025-09-01T16:15:08.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T16:27:26.668Z","etag":null,"topics":["postgres","postgresql"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flessner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T14:06:48.000Z","updated_at":"2025-09-01T16:23:43.000Z","dependencies_parsed_at":"2025-09-01T16:29:45.667Z","dependency_job_id":"35cbf6ff-6718-40d0-a167-8710f777dba2","html_url":"https://github.com/flessner/postgres-fe","commit_stats":null,"previous_names":["flessner/postgres-fe"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/flessner/postgres-fe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flessner%2Fpostgres-fe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flessner%2Fpostgres-fe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flessner%2Fpostgres-fe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flessner%2Fpostgres-fe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flessner","download_url":"https://codeload.github.com/flessner/postgres-fe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flessner%2Fpostgres-fe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276966756,"owners_count":25736858,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["postgres","postgresql"],"created_at":"2025-09-25T19:15:07.769Z","updated_at":"2025-09-25T19:15:13.070Z","avatar_url":"https://github.com/flessner.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostgreSQL Flessner Edition\n\nA minimal [PostgreSQL](https://github.com/postgres/postgres) Docker image with essential extensions for version `15`, `16` and `17`.\n\n## Features\n\n- **pgvector** - Vector similarity search for AI/ML applications\n- **postgis** - Spatial and geographic data support\n- **hstore** - Key-value pair storage\n- **pg_cron** - Database-native job scheduling\n- **pgcrypto** - Cryptographic functions\n- **pg_stat_statements** - Query performance tracking\n- **nanoid** - Compact, URL-friendly unique identifier generation\n- **pg_trgm** - Fuzzy text search and similarity matching\n\n## Usage\n\n```bash\n# Command for running Postgres 17 (latest)\ndocker run -d --name postgres-fe \\\n  -p 5432:5432 \\\n  -e POSTGRES_PASSWORD=p4ssw0rd \\\n  -v data:/var/lib/postgresql \\\n  ghcr.io/flessner/postgres-fe:17\n```\n\n```yaml\n# Docker compose for running Postgres 17 (latest)\nservices:\n  postgres:\n    image: ghcr.io/flessner/postgres-fe:17\n    container_name: postgres-fe\n    ports:\n      - \"5432:5432\"\n    environment:\n      POSTGRES_DB: postgres # Defaults to 'postgres'\n      POSTGRES_USER: postgres # Defaults to 'postgres'\n      POSTGRES_PASSWORD: p4ssw0rd\n    volumes:\n      - data:/var/lib/postgresql\n    restart: unless-stopped\n\nvolumes:\n  data:\n```\n\n\n## Notes on drizzle\n\n[Drizzle](https://orm.drizzle.team/) requires the following entry in its config to ignore the automatically generated extension tables.\n\n```ts\nexport default defineConfig({\n    // ...\n    tablesFilter: ['!pg_stat_monitor', '!spatial_ref_sys', '!geography_columns', '!geometry_columns'],\n});\n```\n\n## Available Tags\n\n- `latest`, `17` - PostgreSQL 17\n- `16` - PostgreSQL 16  \n- `15` - PostgreSQL 15\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflessner%2Fpostgres-fe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflessner%2Fpostgres-fe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflessner%2Fpostgres-fe/lists"}