vanillacore
vanillacore copied to clipboard
Primary Keys
Motivation
VanillaCore doesn't support primary keys for now. However, almost all DBMSs support that feature. We need to add support for primary keys.
TODO
- [ ] Survey - which components need to be changed
need to modify the following package:
- [ ] query.parse
- [ ] query.algebra
- [ ] query.planner
- [ ] metadata.index