lemon24 / reader

A Python feed reader library.
https://reader.readthedocs.io
BSD 3-Clause "New" or "Revised" License
450 stars 38 forks source link

Use PRAGMA user_version instead of a version table #210

Closed lemon24 closed 3 years ago

lemon24 commented 3 years ago

PRAGMA user_version can be used within transactions: https://stackoverflow.com/a/18550663 (I also tested myself). The default value is 0.

Pros:

Cons:

lemon24 commented 3 years ago

This took about 2.5h to implement.