Hacker News new | ask | show | jobs
by gabes 562 days ago
What does a migration look like with something like this?
1 comments

If there's enough usage/interest in litdb I plan to create a similar migration solution to our C# OrmLite DB Migrations: [1]

[1] https://docs.servicestack.net/ormlite/db-migrations

If it helps, the reason we don’t use any typesafe SQL library for node is because of lack of migration support - which was exactly what I first looked for here.