TSQLiteConnection feature request

Can we add features to allow a(dvanced) user to specify LockingMode and SynchromousMode:
https://www.sqlite.org/pragma.html#pragma_locking_mode
https://www.sqlite.org/pragma.html#pragma_synchronous

Either add them to the existing Params property, or, add a NEW PRAGMAs property, so user can add SQLite pragmas to be executed at TSQLiteConnection.Create.
Thank you.

You can simply execute them as SQL statements: