Replies: 3 comments
id INTEGER NOT NULL,
feed_id INTEGER NOT NULL,
tag_id INTEGER NOT NULL,
-- ...
PRIMARY KEY ("id")Wouldn't the primary key be normally |
0 replies
|
I've considered this for some time, and I think I will include a variant of this suggested change into the “expanded DB” update draft. (The old tags field will still be retained for backwards compatibility; but any code that modifies tags directly will need to support both versions of the DB 😅) …For now though, into discussions this goes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Feature requests
This is a proposal to add two tables to the database.
This should be storage wise and accelerate queries.
See my implementation at Slixfeed/sqlite.py
All reactions