Closed billy1624 closed 1 year ago
@billy1624, hello! Can add more context? I am working on merge sea-query-attr
and sea-query-derive
into one crate: sea-query-derive-v2
. I can push my POC)
Hey @ikrivosheev, that was quick! Both your response and derive v2 PR! Actually, this PR is a POC for https://github.com/SeaQL/sea-orm/issues/1473. I will provide more context in a moment.
I can rebase this after you merged attr
and derive
crates. What I did here is merely:
internal
sea_query::<SomeTrait>
into <SomeCustomCratePath>::<SomeTrait>
(e.g. sea_orm::sea_query::<SomeTrait>
Actually I think it might be better for SeaORM to have its own version instead of code sharing.
What's the concern?
PR Info
Closes https://github.com/SeaQL/sea-orm/issues/1473
Dependents:
Changes
sea-query-derive
intosea-query-derive-internal
, making the internal logic can be reused