mini\Database\PDOService::createDefaultSqlite()
Method
public
static
Signature
public static function createDefaultSqlite(): PDO
Returns
PDO
Documentation
Create default SQLite database (used by framework's config/pdo.php fallback)
Auto-creates SQLite database at ROOT/_database.sqlite3 with security checks. Applications can call this from their own config if they want the same behavior.