5 ms·
Thanks for the sharing. It looks interesting but I did not dive deep into it. Just wonder how is it different from SQL trigger which can also ensure integrities
by flying_sheep 4mo ago
Thanks for the sharing. It looks interesting but I did not dive deep into it. Just wonder how is it different from SQL trigger which can also ensure integrities?
- js8 4mo agoIt's not much really, CDBs are based on foreign key relationships as a fundamental building block, rather than on relation. The difference is more in theory than in practice.