Request information about movie from IMDB.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
<connectionStrings>
<add name="MovieNavigatorDb" connectionString="Data Source=D:\Tests\MovieNavigator\Database\MovieNavigator.sqlite3;Version=3" providerName="System.Data.SQLite"/>
</connectionStrings>
<appSettings>
<add key="OmdbApiUrl" value="fe53f97e"/>
<add key="OmdbApiKey" value="fe53f97e"/>
</appSettings>
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite"/>
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"/>
</DbProviderFactories>
</system.data>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>