mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #65] SQLite support #49
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@alexal1 commented on GitHub (Jul 21, 2020):
No, why?
That will require installing additional package for everyone. And nobody complained on using JSON yet.
@shurco commented on GitHub (Jul 23, 2020):
Protect against duplicate actions.
@alexal1 commented on GitHub (Jul 25, 2020):
What actions?
@shurco commented on GitHub (Jul 26, 2020):
For example:
etc.
@alexal1 commented on GitHub (Jul 29, 2020):
Already implemented. Script doesn't follow users with "following_status": "unfollowed". Such status is assigned to users who were followed -> unfollowed by the script.
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.