@pimylifeup said:
Has anyone tried/used any solution to work with a sqlite3 db from within the pythin code.
Trakttv.bundle is the only one I know of. However, they have built the binaries for each platform and use a custom importing system so their channel can interact with Plex’s database and to remedy any ssl cert issues that comes with Plex’s builtin Python.
I did find a post here that gives a list of sql wrappers and some pure python based sql db. Maybe PyDbLite can handle your needs? Other than that, you’ll have to query the Trakt channel developer(s) about their channel and how they handle databases.
@pimylifeup said:
Has anyone tried/used any solution to work with a sqlite3 db from within the pythin code.
Trakttv.bundle is the only one I know of. However, they have built the binaries for each platform and use a custom importing system so their channel can interact with Plex’s database and to remedy any ssl cert issues that comes with Plex’s builtin Python.
I did find a post here that gives a list of sql wrappers and some pure python based sql db. Maybe PyDbLite can handle your needs? Other than that, you’ll have to query the Trakt channel developer(s) about their channel and how they handle databases.
Thank you. Will give your suggested solutions a spin.
Appreciate your time.