Is there any parameters configuration to pass so table.import_from_csv keeps old ids and does not create a different id sequence? If not, It would be possible to add the option, so when migrating data between databases ids can be preserved (provided that the user be warned that it'is not recommended)?
What I want to do is to move a sqlite development database to postgres, but I need to keep id numbers, because there are lots of static links with id as arguments that will not be mapped by the default method. --

