TheKnarf

Results 71 comments of TheKnarf

Would be nice running Windows apps in a VM with MacOS as a host, as an open source alternative to Parallels Desktop.

Any status on this issue? Anything the open source community could help out with?

I'm thinking perhaps that dbml could have a migrations as a part of the dbml dsl. Something like: ``` Table users { id int [pk] name varchar } Migration 17012020-1...

If the cli tool also had some way of taking an old `dbml` file and a new one, compare it and output a new dbml file with a migration added....

And with annotations like mentioned in #53 one could annotate some columns if we want the migration generator to know that its a rename and not a new column.

References to some other tools in the Node ecosystem that deal with database migrations: - https://github.com/rickbergfalk/postgrator - https://www.npmjs.com/package/sql-migrations - https://db-migrate.readthedocs.io/en/latest/Getting%20Started/usage/ (Mostly noting them for my own sake)

Annotations might also help support database migrations #61. I can imagine a few different annotations for migrations - Renamed ``` Table users { @Renamed(from="fullname") name varchar } ``` That way,...

Maybe the dbml toolchain could have some sort of middleware layer where plugins could come in and announce which annotations they hook into and add additional abilities.

> Is this still relevant? If so, what is blocking it? Still no update. So unsure why stalebot wants to close this. Maybe add some othet tag to this issue...