FunWithSQLite.Workers |
Name | Description |
---|---|
ConnectionStringBuilder | |
Program | |
ProgramOptions | |
SqlData | |
SqliteUri | Sqlite FullUri= connection string syntax wants a string in the format file:///c:/temp/test.db3?password=pwd123 However, .NET Uri does not support file uri with "?" query string. |