Don't hate me for it, but I'd like this for MySQL to postgres too. At least as a stepping stone. Use case: some of my SQL syntax depends on MySQL but I realize I made a poor life choice and would rather have transactional DDL and a myriad of better features on postgres.
Babelfish: SQL Server-to-Postgres Translation Layer
21–30 of 118 posts
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#22Earlier quoted context omitted.
Their legal team might still be preparing for this one given Oracle's reputation.
SCOTUS hasn't yet ruled on Google LLC v. Oracle America Inc. One imagines that if Oracle prevails in some demonstrative manner they may very well believe their flavor of SQL is a software interface protected by copywrite. So will all the other 'software interface' owners of the world.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#23Sounds like they’re open sourcing it to get some help on it. I have to wonder if they’ve found it not worth the time to make it fully production ready.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#24A tool I made and used over a decade ago when migrating a bunch of stuff
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#25Why not do this for Oracle? I've not found SQL Server to be too bad from the crazy Oracle stuff (light experience only - maybe bigger players have it worse?).
About 10 years back my company hired consultants, spent close to 6 months translating SQL queries/stored procs to be Oracle. The goal was to support both MSSQL Server & Oracle for the on-premise product. It was quite costly undertaking. Then few years later they just abandoned Oracle because of maintenance costs. I wonder if anyone starting out today chooses Oracle as their relational database.
It's not a great solution for tech companies, but they do say no one ever got fired for choosing Oracle or IBM or whatever, mainly because you can always pay them to fix your shit and there will always be someone supporting those products.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#26Don't hate me for it, but I'd like this for MySQL to postgres too. At least as a stepping stone. Use case: some of my SQL syntax depends on MySQL but I realize I made a poor life choice and would rather have transactional DDL and a myriad of better features on postgres.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#27Earlier quoted context omitted.
SCOTUS hasn't yet ruled on Google LLC v. Oracle America Inc. One imagines that if Oracle prevails in some demonstrative manner they may very well believe their flavor of SQL is a software interface protected by copywrite. So will all the other 'software interface' owners of the world.
IBM might have something to say about that, though.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#28I hope this means I can finally connect postgres to excel with the same ease I can connect SQL server.
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#29Don't hate me for it, but I'd like this for MySQL to postgres too. At least as a stepping stone. Use case: some of my SQL syntax depends on MySQL but I realize I made a poor life choice and would rather have transactional DDL and a myriad of better features on postgres.
Something like this would solve a lot of my problems
Re: Babelfish: SQL Server-to-Postgres Translation Layer
#30As someone who has been fighting with a SQL Server to Postgresql conversion this sounds AMAZING. Too bad it won't be available before my conversion is complete (and if it is, that's an even sadder proposition)