Mysql PHP to PostgresSQL
원본 출처 : http://www.naken.cc/mp2p/
What and Why?
What is it?
MySQL PHP to PostgresSQL is a program that takes a php page that uses mysql calls and changes them into Postgres calls. This allows any website (if it converts properly :) that was written in PHP for MySQL to run as a website written to run on Postgres.
Why did I write this?
Actually, MySQL is my favorite database I've ever used. It's fast and easy to use once you get the hang of it. However, I ended up with a couple problems. Not quite sure why I have these problems, but owell.
Also, friend of mine (Oli aka. tequila) and I were debating which would be better to use, MySQL or Postgres, so I kinda came up with the idea to write this to compare them :).
|