PseudoTV / PseudoTV_Manager

PseudoTV Live Windows Channel Manager
4 stars 0 forks source link

Python: Video Database Access Abstracted #27

Closed xioustic closed 7 years ago

xioustic commented 7 years ago

Use SQLite initially, but abstract to easily plug MySQL in later.

Additionally, try to keep queries in line with what's acceptable to MySQL and SQLite dialects.