sui icon indicating copy to clipboard operation
sui copied to clipboard

Check in both pg and mysql schema in src code

Open sadhansood opened this issue 1 year ago • 1 comments

Description

This PR allows us to checkin schema for both postgres and mysql at the same time in the source code and switch between the two based on config feature.

Test plan

cargo clippy

sadhansood avatar May 06 '24 21:05 sadhansood

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 9:59pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) May 6, 2024 9:59pm
sui-kiosk ⬜️ Ignored (Inspect) May 6, 2024 9:59pm
sui-typescript-docs ⬜️ Ignored (Inspect) May 6, 2024 9:59pm

vercel[bot] avatar May 06 '24 21:05 vercel[bot]

LG do we still need schema.rs under src?

gegaowp avatar May 07 '24 17:05 gegaowp

LG do we still need schema.rs under src?

No, we shouldn't need it anymore. It is getting replaced with pg.rs

sadhansood avatar May 07 '24 17:05 sadhansood