subzeroid / instagrapi-rest

RESTful API Wrapper for Instagram Private API
https://hikerapi.com/p/ygXxF38v
MIT License
499 stars 128 forks source link

storages.py: use tiny DB upsert instead of insert #32

Closed Stiveknx closed 2 years ago

Stiveknx commented 2 years ago

To avoid insert errors, in case doc exists.

Stiveknx commented 2 years ago

Upsert is not the best solution. I've changed the logic to use pkid instead of upsert;