Can PowerShell read IBD files

I have an IBD file. I can use a program like SQLite to view this file. Since it’s a MYSQL database, I’m curious if I can view it through PowerShell? I did some searching and found nothing, so I thought I would ask here.

As far as I know, there’s no built-in support for it. But since PowerShell has access to basically the entire .NET Framework, COM classes, Win32 API, and command-line utilities, there’s bound to be some way for you to read the file in a PowerShell script. You’d just need to find the right third-party tools or code.