SQLiteDriver
class SQLiteDriver extends AbstractSQLiteDriver (View source)
Traits
Methods
                    connect(array $params, string|null $username = null, string|null $password = null, array $driverOptions = [])
        
                                            
                Create a new database connection.
from 
ConnectsToDatabase
            
                    getName()
        
                                            
                
            {@inheritdoc}
Details
        
                            Connection
    connect(array $params, string|null $username = null, string|null $password = null, array $driverOptions = [])
        
    
    Create a new database connection.
        
                            
    getName()
        
    
    {@inheritdoc}