Até o ponto de mapear a entidade Aluno foi tudo certo. Só não consegui criar o schema do banco. Eu já deixei um arquivo do banco(banco.sqlite) mas o erro persiste! O banco já precisa estar existir para criar o schema? Ou só um arquivo de texto desse banco é o suficiente?
! [CAUTION] This operation should not be executed in a production environment!
!
Creating database schema...
In ToolsException.php line 34:
Schema-Tool failed with Error 'An exception occurred in driver: could not find driver' while executing DDL: CREATE TABLE Aluno (id INTEGER PRIMARY KEY AUTOINCREMENT
NOT NULL, nome VARCHAR(255) NOT NULL)
In AbstractSQLiteDriver.php line 70:
An exception occurred in driver: could not find driver
In PDOConnection.php line 31:
could not find driver
In PDOConnection.php line 27:
could not find driver
orm:schema-tool:create [--dump-sql]