Search notes:

winsqlite3.dll

Windows 10 comes with winsqlite3.dll which is a DLL that can be used to create and access SQLite databases.
With an installed SDK, the corresponding headers files are located under %UniversalCRTSdkDir%\Include\%UCRTVersion%\um\winsqlite which allow to use this DLL in C or C++.
With P/Invoke, its possible to use winsqlite3.dll from PowerShell. A simple project that does exactly that is here.
An example on how this DLL can be used in Visual Basic for Applications (and by extension in Excel, Word and other Office products), is here.

Index