F
F
FUNNYDMAN2018-07-20 15:33:08
Python
FUNNYDMAN, 2018-07-20 15:33:08

How to version data in database?

There are reports, the data in which is taken from the database. There was a need for versioning. That is, when adding or deleting a record, the version of the next report must change. Are there any best practices for this? Technologies on the project - Flask, SQLalhimy, Alembic

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Makarov, 2018-07-22
@FUNNYDMAN

It is desirable to store different versions of records.

Yes, these are the temporal features of the SQL:2011 standard .
Support in DB2 .
Support in SQL Server 2016 .
What DBMS do you have?

S
Satangelus, 2018-07-21
@Satangelus

https://habr.com/post/330662/
https://habr.com/post/101544/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question