Soooo @woopy how do you spect to improve the database? for example i have a script that maps the schema object and creates the table if not exists, but that’s all, if i need to create a new field in the db i have to delete the database, i would like the thing to be like Rails migrations that get run if hasn’t yet been applied to the db, i guess that’s the db version you mention earlier?.