BerlinDB
Official@berlindb
A database ORM for WordPress
Agent Skills by BerlinDB
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About BerlinDB
FAQPage SchemaWhat tasks can I accomplish with BerlinDB skills?▼
You can implement, review, debug, and migrate WordPress custom database tables built on berlindb/core 3.x. Coverage includes Schema, Table, Row, Query, and Connection adapters, parser/operator query vars, table upgrades, common save failures, and release-safe verification commands.
Who should use the BerlinDB skill?▼
WordPress plugin and backend engineers who maintain custom database tables with the BerlinDB ORM. It suits developers writing new schemas, reviewing query code, troubleshooting save failures, or upgrading existing tables to berlindb/core 3.x.
What does BerlinDB cover for querying and connections?▼
It covers the Query layer with parser and operator query vars for filtering custom table data, plus Connection adapters that abstract database access. This lets developers construct structured queries against custom tables instead of writing raw SQL.
Does BerlinDB help with table upgrades and migrations?▼
Yes. The skill addresses table upgrades when migrating to berlindb/core 3.x and includes release-safe verification commands, helping engineers confirm schema changes apply correctly before shipping updates to production WordPress sites.
What are the prerequisites for using BerlinDB?▼
You need a WordPress environment and a project using berlindb/core 3.x as its database ORM layer. Familiarity with WordPress custom tables and the Schema, Table, Row, and Query classes is assumed for effective use.