Migrate `dolt schema` to SQL
Open
cli
enhancement
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
`dolt schema` doesn't use SQL and goes directly to on disk resources. Common SQL operations should be able to get and update all information required.
There is also internal column tag information exposed by two sub-commands. We should probably deprecate rather than migrate those.
Difficulty: Medium (easy codewise, but 3 sub-commands to migrate, and 2 to deprecate)
Value: Medium
Overarching Ticket: https://github.com/dolthub/dolt/issues/3922
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.