plugins-workspace
plugins-workspace copied to clipboard
tauri-plugin-sql: File based migrations
This is a feature request. It would be helpful to be able to provide migrations to the SQL plugin in the form of a directory path. So I could provide SQL files like so:
1-add_initial_tables.sql
2-add_user_table.sql