Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examine the use of Doctrine DBAL #73

Open
petsagouris opened this issue Jun 5, 2012 · 0 comments
Open

Examine the use of Doctrine DBAL #73

petsagouris opened this issue Jun 5, 2012 · 0 comments

Comments

@petsagouris
Copy link

The Doctrine DBAL is an amazing piece of code that makes many things for the developer easier to happen. I invite you to take a look at the architecture page of the documentation and have a look around there in general.

Supporting more than MySQL is something we should all strive for, even though there are no guarantees I deeply believe that it could be a great thing to be able to achieve.

Furthermore there is the Schema management that can at last make the SQL for most upgrade workflows a thing of the past by introducing amore programmatic way of dealing with them.

Note: I am not talking about the ORM part of Doctrine, just the DBAL which can be used indepentendly of the ORM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant