Added by Nezar Ab over 9 years ago
Hi,
If I use sqlite during the developement phase of a farely complex project, will I be able to migrate to postgre ? If yes, what will I have to do to port from sqlite to postgre ?
Hello Nezar,
You use a different connector.
Normally this is a painless switch, and we often do this for our own projects, but some SQL statements are not portable between databases - try to avoid that.
Br,
Wim.