rusqlite_migration icon indicating copy to clipboard operation
rusqlite_migration copied to clipboard

Feature Request: support migration of duckdb-rs

Open wsxiaoys opened this issue 1 year ago • 1 comments

Given that duckdb-rs provides a very similar interface with rusqlite, it might be good to provides a intermediate trait to support schema migration of duckdb-rs. DuckDB itself is a fork from sqlite thus also supports user_version

Happy to contribute the PR if it's something you're interested to merge

wsxiaoys avatar Dec 18 '23 08:12 wsxiaoys

Thanks for suggesting @wsxiaoys!

I’m interested in discussing this on a PR, but fair warning, I would only merge it if I felt comfortable maintaining the corresponding code (in particular, if it result in a lot of duplicated code, I’m unlikely to want to merge it). If after discussing on the PR, we don’t merge, I’m also happy to link to your fork in the readme of this project.

cljoly avatar Dec 27 '23 22:12 cljoly