An open API service indexing awesome lists of open source software.

https://github.com/smpetersgithub/babelfish-for-aurora-postgresql


https://github.com/smpetersgithub/babelfish-for-aurora-postgresql

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Babelfish for Aurora PostgreSQL

This GitHub repository hosts scripts pertinent to Babelfish for Aurora PostgreSQL.

----------------------------
### File Listings

Here is a listing of all files and directories. This list may not be up to date, as this project is ongoing.

**Compatibility Test**
* This directory contains SQL scripts used to validate SQL Server's syntax compatibility with Babelfish for Aurora PostgreSQL.

**Files**
* **Babelfish Functionality Limitations.xlsx** - A spreadsheet of the [unsupported functionality](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/babelfish-compatibility.tsql.limitations-unsupported.html). For supported functionality see [this link](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/babelfish-compatibility.supported-functionality-table.html). There is also this [Babelfish procedure reference](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Appendix.Babelfish.Functions.html).
* **Babelfish Useful Scripts.md** - A collection of useful SQL statements to run on Babelfish for Aurora PostgreSQL.
* **Collation Evaluate.sql** - SQL statements to check the collation of a database.
* **Migration to PostgreSQL Process.md** - A summary of items to account for when migrating to a new database.
* **SQL Server to PostgreSQL Feature Comparison.md** - A summary of differences between SQL Server and PostgreSQL.

----------------------------
### Other GitHubs

I have several other Github directories containing SQL Server and PostgreSQL scripts that you may find beneficial.

[Advanced SQL Puzzles](https://github.com/smpetersgithub/AdvancedSQLPuzzles)
[SQL Server Scripts](https://github.com/smpetersgithub/Microsoft-SQL-Server-Scripts)
[PostgreSQL Script](https://github.com/smpetersgithub/PostgreSQL-Scripts)

----------------------------------

If you have any questions or comments, please contact me.

Happy coding!