Skip to content

Experiment in examining my Plex sqlite schema, importing into SQLiteStudio, exporting into MySql and Object Modeling

License

Notifications You must be signed in to change notification settings

mutanthost/plex_schema

Repository files navigation

plex_schema

Experiment in examining my Plex sqlite schema, exporting into MySql and Object Modeling

I've been fiddling with version 8 of MySQL, and have always been a visual learner with databases. So, I imported one of my old Plex Sqlite databases into SQLiteStudio, exported that as a .sql file then imported the accompanying tables, indexes, etc into MySQL. (This was pretty dirty, with > 200 syntax errors out of > 2100 lines of SQL I whacked through) However, I finally got it to import with the plex3.sql file. I'm also including the unedited plexschema.sql file for anyone interested. I will probably use it against a Postgres instance sometime soon, and see how messy or clean that turns out. After the MySQL import, I used the workbench and 'reverse engineered' this into a skeleton Object Relationship Model to get a better sense of how the innards of my favorite media player works behind the scenes. The smaller pdf of the same name of the high-res image below is also included if you ever want to play connect the dots;) Image

Update 07.15.2019

Postgres had no problem reading the unedited plexschema.sql Image

About

Experiment in examining my Plex sqlite schema, importing into SQLiteStudio, exporting into MySql and Object Modeling

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages