News Feed
Jobs Feed
Sections




News Archive
Sameer Borate' Blog:
Creating SQL schemas with Doctrine DBAL
December 22, 2010 @ 14:25:53

On his blog today Sameer Borate has a new post looking at using Doctrine DBAL to make schemas rather than having to make them by hand each time (can be very useful for reloads with fixtures).

A tedious task during web development is that of database schema creation. A schema containing a few tables comprising of a small set of rows is quick, while that containing dozens of tables and large numbers of columns is a tedious process. I usually resort to a small php script with some regular expression tossed in to automatically create a schema from a text file definition. But that is a little buggy as I've to manually add the indexes and other small things. Now that Doctrine has released a DBAL library, this will provide a nice ability to automatically create sql schemas.

He introduces the DBAL abstraction layer and includes a basic script to create a schema for a MySQL database, manually adding the columns and setting up things like primary keys and foreign key constraints. He also includes the SQL statements that it will generate and execute on your Doctrine-based connection.

1 comment voice your opinion now!
sql schema doctrine generate dbal mysql


blog comments powered by Disqus

Similar Posts

PHP-Code.net: Securing PHP Apps Part III – Securing PHP on the server/Securing MySQL & Apache

DevShed: Authentication for Web Application Security

Christian Spanning\'s Blog: PHP development on Mac OS X

Edin Kadribasic's Blog: PHP 4.4.6-win32 with MySQL 5.0.37

Zend Developer Zone: PHP and your domain model with Doctrine ORM


Community Events











Don't see your event here?
Let us know!


opinion testing phpunit community interview example conference release introduction code series functional development framework language tool zendframework2 object unittest podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework