Closed blessedjasonmwanza closed 3 years ago
Medoo connection is based on PDO, and there is no official support SQLite connection with password.
https://www.php.net/manual/en/ref.pdo-sqlite.connection.php
SQLite is design for simple database operation. If you want a secure and encrypted database, MySQL or other advanced database will be the better choice.
Currently I cannot seem to find a way of how one can create an SQLite DB having its data encrypted with a password. Is there a work around this? And if not, is it possible that it can be implemented? @catfan