leftouterjoins / podsumer

A privacy focused, self-hosted podcatcher.
MIT License
35 stars 1 forks source link

Add support for mysql and postgres #10

Open leftouterjoins opened 11 months ago

leftouterjoins commented 11 months ago

The State class uses PDO to talk to sqlite right now. Abstract away the sqlite bits into a new class and add implemenations for mysql and postgres.