Implement `ForeignKey`
Open
enhancement
- Dominant language
- Python
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
CrateDB does not support the foreign key constraint, but it seems that it can be implemented in django in the client side by using django-signals, where django would perform these checks by issuing extra queries; at the cost of performance.
Contributor guide
Assessment
This issue has not been assessed yet.