Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babelfish-for-postgresql/babelfish-for-postgresql
https://github.com/babelfish-for-postgresql/babelfish-for-postgresql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/babelfish-for-postgresql/babelfish-for-postgresql
- Owner: babelfish-for-postgresql
- License: other
- Created: 2022-03-29T20:17:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:15:23.000Z (6 months ago)
- Last Synced: 2024-07-12T09:39:22.528Z (6 months ago)
- Size: 16.6 KB
- Stars: 38
- Watchers: 12
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.Apache2
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Babelfish for PostgreSQL
Babelfish for PostgreSQL is an open-source project that adds a Microsoft
SQL Server-compatible end-point to PostgreSQL. Babelfish allows PostgreSQL to
understand T-SQL, SQL Server’s proprietary SQL dialect, and supports the TDS
communication protocol, so applications originally written for SQL Server may
work with PostgreSQL with fewer code changes and without changing database
drivers.This repository contains the release distributions for the Babelfish project.
Each distribution contains the source code for Babelfish as well as the
corresponding PostgreSQL version and some prerequisite software.Additional Github repositories contain:
- [Babelfish project source code](https://github.com/babelfish-for-postgresql/babelfish_extensions).
- [PostgreSQL source code](https://github.com/babelfish-for-postgresql/postgresql_modified_for_babelfish)
that has been modified for use with Babelfish.
- [The Babelfish website](https://github.com/babelfish-for-postgresql/babelfish_project_website)
source and build information.
- [Babelfish Compass](https://github.com/babelfish-for-postgresql/babelfish_compass) is a
tool that helps you evaluate Babelfish compatibility for your database.
Source code and documentation are available from the Github repo.The Babelfish project welcomes contributions to the project source code and the
website - review the [Guidelines for contributing code or
documentation](https://babelfishpg.org/docs/contributing/) to learn more. We
also invite your feedback:- about new content,
- to remove or report inaccuracies,
- to fill information gaps,
- to fix typos or grammatical errors, and
- to improve clarity.To review online documentation for Babelfish, visit the [babelfishpg.org](https://babelfishpg.org/) website.
Babelfish for PostgreSQL is available as open-source software and can be
downloaded from Github for free under the terms of the
[Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0) and the
[PostgreSQL license](https://www.postgresql.org/about/licence/).## Credits
Babelfish would not be possible without the hard work and dedication of the
people who have contributed to PostgreSQL. Everyone involved in the development
of PostgreSQL has our gratitude.Copyright Babelfish for PostgreSQL Contributors.