DahaWong / instasaver

Telegram bot for saving article links to Instapaper.
https://t.me/saveinstapaper_bot
1 stars 1 forks source link

Database backend support #16

Open DahaWong opened 2 years ago

DahaWong commented 2 years ago

Databases should be added, for these concerns shown below:

  1. Full text search
  2. Bookmark tagging
  3. Improve performance

However, we should handle legacies first, for we're using pickle persistence now.

DahaWong commented 2 years ago

Using database means that we need get synced with Instapaper account from time to time. It starts with a default value (like 1h) and can be configured in /settings at any time by users.

DahaWong commented 2 years ago

The models be like: