david-ziegler / TelegramListBot

0 stars 0 forks source link

Use json-file-store instead of database #3

Closed david-ziegler closed 3 years ago

david-ziegler commented 3 years ago

Deferred because it involves some work: for example we need automatically generated IDs for each list-item and these need to be unique even after the app restarted, so we would need to persist a count for these as well. It's very handy that sqlite does these kind of things for us already.