[GH-ISSUE #65] SQLite support #49

Closed
opened 2026-03-02 23:37:36 +03:00 by kerem · 5 comments
Owner

Originally created by @shurco on GitHub (Jul 21, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/65

Did you plan to add SQLite support?

Originally created by @shurco on GitHub (Jul 21, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/65 Did you plan to add SQLite support?
kerem closed this issue 2026-03-02 23:37:37 +03:00
Author
Owner

@alexal1 commented on GitHub (Jul 21, 2020):

No, why?
That will require installing additional package for everyone. And nobody complained on using JSON yet.

<!-- gh-comment-id:661786846 --> @alexal1 commented on GitHub (Jul 21, 2020): No, why? That will require installing additional package for everyone. And nobody complained on using JSON yet.
Author
Owner

@shurco commented on GitHub (Jul 23, 2020):

Protect against duplicate actions.

<!-- gh-comment-id:663085098 --> @shurco commented on GitHub (Jul 23, 2020): Protect against duplicate actions.
Author
Owner

@alexal1 commented on GitHub (Jul 25, 2020):

Protect against duplicate actions.

What actions?

<!-- gh-comment-id:663813592 --> @alexal1 commented on GitHub (Jul 25, 2020): > Protect against duplicate actions. What actions?
Author
Owner

@shurco commented on GitHub (Jul 26, 2020):

For example:

  1. Protection against re-adding to friends after deletion
  2. Re-like on the photo
    etc.
<!-- gh-comment-id:664042893 --> @shurco commented on GitHub (Jul 26, 2020): For example: 1. Protection against re-adding to friends after deletion 2. Re-like on the photo etc.
Author
Owner

@alexal1 commented on GitHub (Jul 29, 2020):

Protection against re-adding to friends after deletion

Already implemented. Script doesn't follow users with "following_status": "unfollowed". Such status is assigned to users who were followed -> unfollowed by the script.

Re-like on the photo

This can be implemented, but better create a separate issue for this feature with "enhancement" label.

Generally speaking, SQLite and JSON are just the ways of storing data. Logic you speaking about can be implemented on every storage.

<!-- gh-comment-id:665861599 --> @alexal1 commented on GitHub (Jul 29, 2020): > Protection against re-adding to friends after deletion Already implemented. Script doesn't follow users with "following_status": "unfollowed". Such status is assigned to users who were followed -> unfollowed by the script. > Re-like on the photo This can be implemented, but better create a separate issue for this feature with "enhancement" label. Generally speaking, SQLite and JSON are just the ways of storing data. Logic you speaking about can be implemented on every storage.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#49
No description provided.