what would be the best way of transferring data from one database to another? the catch here is the old database isn't normalised and the new one is -- I made a lot of mistakes in my early gallery backend, and fixing them is a prerequisite to adding stuff like next/previous linking and artist link pages
I know it's possible to do purely in SQL, but I'd rather not write more logic in that than I'd have to
