phpcr / phpcr-shell

PHPCR Shell
MIT License
69 stars 19 forks source link

Support DBAL initializations #117

Open dantleech opened 9 years ago

dantleech commented 9 years ago
$ phpcrsh --transport=doctrine-dbal --driver=pdo_sqlite  --db-path=~/stuff/mydb.db
Do you want to create new sqlite database mydb.db?
dantleech commented 9 years ago

Need to refactor a bit to get this to work -- f.e. need to get the DBAL connection without initializing the repository.

dantleech commented 9 years ago

Moving this back to 1.1 as it would be some work, and its questionable if this should be here or not.