refactor: split gpodder repository and the sqlite data store implementation into separate crates
The complete separation of concerns via the gpodder repository allows us to cleanly separate the server from the gpodder specification. This paves the way for a later Postgres implementation of the data store.
This commit is contained in:
parent
86687a7b96
commit
0cfcd90eba
45 changed files with 2416 additions and 882 deletions
|
|
@ -1,10 +0,0 @@
|
|||
drop table episode_actions;
|
||||
|
||||
drop table device_subscriptions;
|
||||
|
||||
drop table sync_groups;
|
||||
|
||||
drop table devices;
|
||||
|
||||
drop table sessions;
|
||||
drop table users;
|
||||
Loading…
Add table
Add a link
Reference in a new issue