Remix.run Logo
aydyn 5 days ago

No? So you have to look at database history to extract information you think is useful?

That's a terrible database design.

amelius 5 days ago | parent [-]

It's the basis behind Datomic, if I'm not mistaking.

You can easily search through history. The point is, it is better to do this in the design of the database than in the design of the schema.

So: "No?" -> "Yes!"

aydyn 5 days ago | parent [-]

Okay, but for something like SQL this seems like a bad idea.