Used to connect to the database directly, without the SQLite3 client library.
property Direct: boolean default DefValDirect;
Use the Direct property to connect to the database directly using the embedded SQLite3 engine, without the SQLite3 client library.
The Direct mode also enables you to work with an encrypted database using the EncryptionAlgorithm and TLiteConnection.EncryptionKey properties and the TLiteConnection.EncryptDatabase method.