Libraries tagged by wpmdb
cadecannon/wpmdb-pro-installer
308 Downloads
An install helper for Wordpress Migrate DB Pro
berlindb/core
453999 Downloads
A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.
stellarwp/db
1145972 Downloads
A WPDB wrapper and query builder library.
snicco/better-wpdb
23339 Downloads
Keeps you safe and sane when working with custom tables in WordPress.
matthiasweb/wpdb-batch
18833 Downloads
WordPress $wpdb batch queries
bitapps/wp-database
9185 Downloads
A simple orm with wpdb
solvebeam/wpdbx
398 Downloads
An exception-based wrapper around WordPress $wpdb.
glomberg/wpdb-unsafe-methods
2003 Downloads
Psalm plugin to forbid calling provided `$wpdb` methods
elegantthemes/wpdbo
1205 Downloads
WordPress Database Objects - Work with posts and taxonomies, including queries and custom type registration, using OOP style.
middag-io/wordpress
264 Downloads
MIDDAG WordPress adapter — persistence, REST, hooks, cron, Inertia frontend, and email for WordPress plugins
kynetcode/wpzylos-database
67 Downloads
Safe wpdb wrapper with query builder for WPZylos framework
sympress/orm
47 Downloads
Doctrine-inspired ORM primitives for WordPress projects that keep wpdb as the database runtime.
sultann/wp-query-builder
4729 Downloads
WP Query Builder is a lightweight and efficient SQL Query Builder based on wpdb for WordPress. It supports complicated query generation.
claytonkreisel/wpdb-tools
420 Downloads
This package provides tools to be used in custom WordPress themes or plugins that aid you in using the WPDB especially in the creation of custom tables
kaizencoders/wp-fluent
10 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.