The TinyDB forum is finding a new at GitHub discussions. Although the content here will remain as an archive, the forum will be put into read-only mode in the next weeks.
Does tinydb supports migration for schema of table natively?Or we need to write scripts?
Hey salman0149 ,
There's no real notion of table schemas in TinyDB. It's basically just an object storage and it's the reponsibility of the user to make sure the object has the expected format. If you want to change the object format, you'll have to implement some form of migrations yourself.
Cheers!