>From time to time, with a database already loaded with hundreds records, I need to change a column name, or move a field from one table to another table(sometimes even another database). I use python to code with my database. With python if you want to refactor your code there is a lot of tools to do it automatically, which help change/move function names while preserving dependencies for you. Is there an automatic tool for sqlite refactoring? Is doing it manually the only option? What is the best practice? Many thanks. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users