SERVICES
 
CHANNELS

Posts marked with “sql”

PostgreSQL 9.0 beta released

 

by Bill Karwin · May 5, 2010

0
 

PostgreSQL has roughly one-quarter of the market share of MySQL, and I’d guess that PHP projects favor MySQL even more. But PostgreSQL deserves some love from the PHP community too. PostgreSQL is open source with a simpler license that’s closer to PHP’s license. As RDBMS technology, PostgreSQL has always been more advanced than MySQL. Don’t you wish MySQL supported check constraints? Sequences? Recursive queries, common table expressions, and window functions?

 

Using a framework? Why you should still learn OO and SQL

 

by Carl Anderson · April 27, 2010

4
 

If you’ve only ever used a framework to do data-driven or object-oriented programming, you might not know as much as you think. Read why it’s important to learn object-oriented programming and SQL…even if your framework does all the heavy lifting for you.

 

New SQL Server driver released

 

by Beth Tucker Long · April 26, 2010

3
 

Microsoft recently announced their new PDO driver for SQL Server. The goal is to make it easier for developers to support multiple databases with their applications and to make it easier for popular PHP applications to offer a SQL server option.

 

Oracle PHP Generator

 

by Giorgio Sironi · April 19, 2010

2
 

Is generating a PHP application to access a database a good development process?