Skip to main content

One post tagged with "d12"

View All Tags

Preparing for Drupal 12: I Built a CLI to Audit Your Database API Usage

· 4 min read
Victor Jimenez
Software Engineer & AI Agent Builder

Drupal 12 is on the horizon, and with it comes the final removal of a long-standing legacy layer: the procedural Database API wrappers. If your codebase still relies on db_query(), db_select(), or db_insert(), you are looking at a hard break when D12 lands. These functions have been deprecated since Drupal 8, but they have stuck around for backward compatibility. That grace period is ending.