Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babelfish-for-postgresql/babelfish_extensions
Babelfish for PostgreSQL provides the capability for PostgreSQL to work with applications written for Microsoft SQL Server. Babelfish understands the SQL Server wire-protocol and T-SQL, the Microsoft SQL Server query and procedural language, so you don’t have to switch database drivers or rewrite all of your application queries.
https://github.com/babelfish-for-postgresql/babelfish_extensions
database postgresql sqlserver
Last synced: 2 days ago
JSON representation
Babelfish for PostgreSQL provides the capability for PostgreSQL to work with applications written for Microsoft SQL Server. Babelfish understands the SQL Server wire-protocol and T-SQL, the Microsoft SQL Server query and procedural language, so you don’t have to switch database drivers or rewrite all of your application queries.
- Host: GitHub
- URL: https://github.com/babelfish-for-postgresql/babelfish_extensions
- Owner: babelfish-for-postgresql
- License: apache-2.0
- Created: 2021-10-23T02:49:19.000Z (about 3 years ago)
- Default Branch: BABEL_4_X_DEV
- Last Pushed: 2024-12-20T04:29:45.000Z (5 days ago)
- Last Synced: 2024-12-20T05:25:59.927Z (5 days ago)
- Topics: database, postgresql, sqlserver
- Language: TSQL
- Homepage: https://babelfishpg.org/
- Size: 36.9 MB
- Stars: 278
- Watchers: 29
- Forks: 92
- Open Issues: 275
-
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
[![Build Status](https://github.com/babelfish-for-postgresql/babelfish_extensions/workflows/CI/badge.svg)](https://github.com/babelfish-for-postgresql/babelfish_extensions/actions?query=workflow%3A%22CI%22)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE.Apache2)
[![License: PostgreSQL](https://img.shields.io/badge/license-PostgreSQL-blue.svg)](LICENSE.PostgreSQL)Babelfish adds additional syntax, functions, data types, and more to PostgreSQL
to help in the migration from SQL Server. This repository contains the four
extensions that comprise Babelfish. Note that these extensions depend on
patches to community PostgreSQL. A repository of those modifications can be
found [here](https://github.com/babelfish-for-postgresql/postgresql_modified_for_babelfish).Build instructions can be found [here](contrib/README.md).
More information about Babelfish can be found at [babelfishpg.org](https://babelfishpg.org).Babelfish would not be possible without the work and dedication of the hundreds
of people who have contributed to creation of PostgreSQL itself.The `babelfishpg_money` extension is a modified version of EDB / 2ndQuadrant's
[fixeddecimal](https://github.com/2ndQuadrant/fixeddecimal) data type. Everyone
involved in the development of PostgreSQL and fixeddecimal has our gratitude.
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## LicenseThis project is dual licensed under [Apache-2.0](LICENSE.Apache2) and
[PostgreSQL community](LICENSE.PostgreSQL) licenses. Use is permitted under
either license.