Posts marked with “postgresql”

The PHP Podcast: 2025.03.06 Explaining Explain

by · March 6, 2025

0
 

 This week on the PHP Podcast, Eric and John talk about Explain Explained, Postgres All The Things, Livewire Remote Code Execution, Lazy Object, and more… Links from the show: Understanding MySQL Queries with Explain I replaced my entire tech stack with Postgres… – YouTube RCE Via User-Crafted Requests · Advisory · livewire/volt · GitHub […]

 

MySQL, PostgreSQL Release Milestones

by · September 20, 2010

1
 

MySQL and PostgreSQL make promising new releases.

 

Crystal Starting to Form

by · August 18, 2010

14
 

Martin Rusev is developing a new database query library for PHP 5. The project shows promise, but it has some distance to go before it competes with other available libraries.

 

PostgreSQL 9.0 beta released

by · May 5, 2010

1
 

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?

 

Lithium at version 0.7, now with SQL support

by · March 10, 2010

1
 

Lithium hits version 0.7, bringing 170 commits from 6 different developers…including SQL support.