https://github.com/smpetersgithub/babelfish-for-aurora-postgresql
https://github.com/smpetersgithub/babelfish-for-aurora-postgresql
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smpetersgithub/babelfish-for-aurora-postgresql
- Owner: smpetersgithub
- Created: 2024-01-15T13:08:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T18:39:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T00:56:27.869Z (about 1 year ago)
- Language: TSQL
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!