eveningkid / denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

Home Page:https://eveningkid.com/denodb-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migration and seeds scripts

slim-hmidi opened this issue · comments

Hi,
I took a look at the documentation and I don't find any section or an example about creating migrations or seeds.
Is it something that is not related to the current ORM or it will be done in the next releases?
By the way, is there any suggestion to do a similar thing?
Do you create a script that links all the models to the DB and synchronize them then create some data or you don't use them at all?