You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.