Wednesday, November 3, 2021

Babelfish for Aurora

Babelfish for PostgreSQL is an open source project available under the Apache 2.0 and PostgreSQL licenses. It provides the capability for PostgreSQL to understand queries from applications written for Microsoft SQL Server.

Babelfish understands the SQL Server wire-protocol and T-SQL, the Microsoft SQL Server query language, so you don’t have to switch database drivers or re-write all of your application queries. With Babelfish, applications currently running on SQL Server can now run directly on PostgreSQL with fewer code changes.

The source code of open source project Babelfish is available at https://www.babelfishpg.org/getstarted/#source

This allows users to leverage Babelfish on their own PostgreSQL servers. Babelfish includes support for stored procedures, save points, static cursors, nested transactions, the variant data type and much more.

Last week, AWS announced Babelfish for Aurora PostgreSQL as Generally Available (GA).

No comments:

Post a Comment