{"id":20065353,"url":"https://github.com/tds-fdw/rpm","last_synced_at":"2025-08-22T00:21:22.706Z","repository":{"id":20155300,"uuid":"23425805","full_name":"tds-fdw/rpm","owner":"tds-fdw","description":"CentOS/RHEL/Amazon RPMs for tds_fdw https://github.com/tds-fdw/tds_fdw","archived":false,"fork":false,"pushed_at":"2024-02-10T01:24:26.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T23:08:34.822Z","etag":null,"topics":["centos","databases","fdw","foreign-data-wrapper","freetds","postgresql","postgresql-extension","redhat","rpm","tds-fdw"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tds-fdw.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}},"created_at":"2014-08-28T11:41:47.000Z","updated_at":"2022-10-31T20:28:07.000Z","dependencies_parsed_at":"2023-12-22T12:08:49.766Z","dependency_job_id":"c114abee-c933-4c41-92b3-e659c2cf6ddf","html_url":"https://github.com/tds-fdw/rpm","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tds-fdw%2Frpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tds-fdw%2Frpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tds-fdw%2Frpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tds-fdw%2Frpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tds-fdw","download_url":"https://codeload.github.com/tds-fdw/rpm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241494141,"owners_count":19971870,"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":["centos","databases","fdw","foreign-data-wrapper","freetds","postgresql","postgresql-extension","redhat","rpm","tds-fdw"],"created_at":"2024-11-13T13:49:51.102Z","updated_at":"2025-03-02T10:43:25.882Z","avatar_url":"https://github.com/tds-fdw.png","language":"Shell","readme":"tds_fdw\n=======\n\nCentOS/RH/Amazon RPMs for tds_fdw  \u003chttps://github.com/tds-fdw/tds_fdw\u003e and postgresql 9.3.4 or later\n\nTested on CentOS 7, Rocky Linux 8 x86_64 and openSUSE Leap 15.5. Should work for other RPM base distributions such as Amazon Linux\n\ntds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that use the Tabular Data Stream (TDS) protocol, such as Sybase databases and Microsoft SQL server.\n\nIt does not yet support write operations, as added in PostgreSQL 9.3.\n\nPostgreSQL versions that the SPEC can support\n---------------------------------------------\n* 9.3 \u003e= 9.3.4 (EoL and not maintained by tds_fdw upstream anymore)\n* 9.4 \u003e= 9.4.1 (EoL and not maintained by tds_fdw upstream anymore)\n* 9.5 \u003e= 9.5.1 (EoL and not maintained by tds_fdw upstream anymore)\n* 9.6 \u003e= 9.6.1 (EoL and not maintained by tds_fdw upstream anymore)\n* 10 \u003e= 10.0 (EoL and not maintained by tds_fdw upstream anymore)\n* 11 \u003e= 11.0 (EoL and not maintained by tds_fdw upstream anymore)\n* 12 \u003e= 12.0\n* 13 \u003e= 13.0\n* 14 \u003e= 14.0\n* 15 \u003e= 15.0\n* 16 \u003e= 16.0\n\nRequirements\n------------\n\nTo build: \n\n* freetds-devel\n* gcc\n* Git\n* make\n* rpmbuild\n\nAnd:\n\n* postgresql[version]-devel\n\nBeing **[version]** one of: 93, 94, 95, 96, 10, 11, 12, 13, 14, 15, or 16\n\nTo install the RPM for PostgreSQL\n\n* freetds \u003e= 0.91\n\nAnd:\n* postgresql[version]\n* postgresql[version]-server\n* postgresql[version]-libs\n\nBeing **[version]** one of: 93, 94, 95, 96, 10, 11, 12, 13, 14, 15 or 16\n\nBuilding fresh RPMs\n-------------------\n\nClone the repo: \n\n    git@github.com:juliogonzalez/tds_fdw-rpm.git\n    cd tds_fdw-rpm\n\n\nBuild the tds_fdw RPM\n---------------------\n\nBuild the RPMs for with:\n\n    ./tds-fdw_rpm -p [version]\n\nWhere `[version]` is one of: 9.3, 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, or 16\n\nAnd install with\n\n    rpm -Uvh RPMS/$HOSTTYPE/postgresql-[version]-tds_fdw-*.*.$HOSTTYPE.rpm\n\nWhere `[version]` is one of: 9.3, 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, or 16\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftds-fdw%2Frpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftds-fdw%2Frpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftds-fdw%2Frpm/lists"}