Replies: 1 comment 2 replies
-
Started on this with #111 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have been considering splitting the crate into multiple packages for some time. This is a proposal to go ahead and split out the
async-tokio-rusqlite
feature into its own package (rusqlite_migration_tokio_async).Pros
Cons
rusqlite_migration
)rusqlite_migration_tokio_async
.Proposal
We really need to get feedback on the async package and releasing alpha versions has not been enough to get users to come back with comments. With the difference in maturity between the async features and the rest of the code, it makes sense to create separate packages, where the async one could have more frequent releases and breaking changes if needed.
Let’s figure out how we could split into multiple package (in particular, how that would work with the
from-directory
feature).Beta Was this translation helpful? Give feedback.
All reactions