How do I move an Entity Framework or EF Core app with Babelfish?

0

What are the steps to migrate .NET Entity Framework apps to PostgreSQL with Babelfish?

AWS
light
asked 2 years ago438 views
1 Answer
0

Hi, @light

Your question is very interesting!

I have previously enabled Babelfish.
https://dev.classmethod.jp/articles/babelfish-for-aurora-postgresql-ga/

I think you can use the same procedure to create an Aurora PostgreSQL with Babelfish enabled and specify the Aurora host in connectionStrings.
Entity Framework should issue standard SQL queries to Aurora (TDS), so I think it works unless you have a special query syntax.

profile picture
EXPERT
iwasa
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions