Title: WaffleDB
Author: tokitam
Published: <strong>17. junija 2026</strong>
Last modified: 5. awgusta 2026

---

Tykače pytać

![](https://ps.w.org/waffledb/assets/icon-256x256.png?rev=3576093)

# WaffleDB

 Wot [tokitam](https://profiles.wordpress.org/tokitam/)

[Sćahnyć](https://downloads.wordpress.org/plugin/waffledb.1.10.zip)

 * [Podrobnosće](https://hsb.wordpress.org/plugins/waffledb/#description)
 * [Pohódnoćenja](https://hsb.wordpress.org/plugins/waffledb/#reviews)
 *  [Instalacija](https://hsb.wordpress.org/plugins/waffledb/#installation)
 * [Wuwiće](https://hsb.wordpress.org/plugins/waffledb/#developers)

 [Podpěra](https://wordpress.org/support/plugin/waffledb/)

## Wopisanje

WaffleDB is a no-code database management plugin for WordPress. You can define custom
tables with any column structure directly from the admin dashboard, then create,
read, update, and delete records through a built-in web interface or via REST API.

**Features**

 * Create custom tables with a flexible column structure
 * CRUD operations (create, read, update, delete) via web interface
 * Role-based access control (read / write / update / delete per table)
 * 26 column types: text, textarea, int, float, email, date, datetime, time, URL,
   image URL, image upload, file upload, YouTube, HTML text, Markdown, JSON, UUID,
   relation, radio, select (dropdown), checkbox, location, password, range slider,
   color, address (with Google Maps link)
 * Form sets: bundle column definitions into a reusable template and apply them 
   to a table in one click
 * Table and row duplication
 * CSV export
 * WP REST API (`/wp-json/waffledb/v1/records/`) with correct HTTP status codes,
   plus a legacy admin-ajax API — both support API token authentication
 * Block editor support: WaffleDB Table and WaffleDB Record blocks with a table 
   picker
 * Shortcode support: `[waffledb table_id="X"]` and `[waffledb_item table_id="X"
   item_id="Y"]`
 * DataTables integration for large datasets (switches to AJAX for 1,000+ records)

**Limits**

 * Up to 6 tables per site
 * Up to 15 columns per table

## Bloki

Tutón tykač 2 blokaj skići.

 *   WaffleDB Record Display a single WaffleDB record.
 *   WaffleDB Table Display a WaffleDB table with data management UI.

## Instalacija

 1. Upload the `waffledb` folder to the `/wp-content/plugins/` directory, or install
    it directly through the WordPress plugin screen.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **WaffleDB** in the admin menu to create your first table.
 4. Add columns to define your data structure, then start entering records.

## Pohódnoćenja

Za tutón tykač pohódnoćenja njejsu.

## Sobuskutkowarjo a wuwiwarjo

„WaffleDB“ je softwara wotewrjeneho žórła. Slědowacy ludźo su k tutomu tykačej přinošowali.

Sobuskutkowarjo

 *   [ tokitam ](https://profiles.wordpress.org/tokitam/)

[Přełožće „WaffleDB“ do swojeje rěče.](https://translate.wordpress.org/projects/wp-plugins/waffledb)

### Na wuwiću zajimowany?

[Přehladajće kod](https://plugins.trac.wordpress.org/browser/waffledb/), hladajće
do [SVN-repozitorija](https://plugins.svn.wordpress.org/waffledb/) abo abonujće 
[wuwiwanski protokol](https://plugins.trac.wordpress.org/log/waffledb/) přez [RSS](https://plugins.trac.wordpress.org/log/waffledb/?limit=100&mode=stop_on_copy&format=rss).

## Protokol změnow

#### 1.10

 * Added a WP REST API (`/wp-json/waffledb/v1/records/{table_id}`) with correct 
   HTTP status codes, alongside the existing admin-ajax API; both support API token
   authentication
 * Added range slider, color, and address (with Google Maps link) column types
 * Added unique constraint and min/max validation rules for columns
 * Added a detailed search form above the data list, with per-column search conditions(
   opt-in per table) and a per-block display mode override (DataTables / plain HTML)
 * Added a message on the add-record screen when a table has no columns defined
 * Fixed the display order of name and display name in the table and column admin
   lists
 * Updated the About WaffleDB manual page to cover all current features

#### 1.9

 * Added Form Set: bundle column definitions (including choice and upload types)
   into a reusable template and apply them to a table in one click; sample „Product“
   and „Shipping address“ sets are seeded on first install
 * Added location column type: latitude and longitude stored in separate columns,
   displayed with a Google Maps link
 * Added password column type: masked input and display (plain-text storage)
 * Added JSON and UUID column types
 * Added table duplication (columns, choices, and permissions) and row duplication
 * Added per-column „Show in list“ setting to hide a column from the list view
 * Added „Delete all data“ (truncate) to the table settings
 * Updated the About WaffleDB manual page to cover all current features
 * Fixed „headers already sent“ warnings when duplicating a table or applying a 
   form set

#### 1.8

 * Added checkbox column type (multi-select from a configurable option list, shares
   storage/UI with radio and select)
 * Reordered the column type picker: text, textarea, HTML text, Markdown, and relation
   now precede select/radio in the list

#### 1.7

 * Fixed fatal error when adding an email column (missing validate_data() method)
 * Fixed fatal error on admin_init when migrating (waffle_migrate  waffledb_migrate)

#### 1.6

 * Added HTML text column type (allowed tags: a, font, b, strong, i, em, span, p,
   br, ul, ol, li)
 * Fixed column type allowlist to include mediumtext, preventing silent ALTER TABLE
   failures
 * Fixed column metadata insert order so validation runs before the row is written

#### 1.5

 * Security: escaped shortcode/callback return values, including the WP_List_Table
   column callbacks rendered by WordPress
 * Security: added a delete-permission check to the front-end detail view before
   deleting a record
 * Security: hardened nonce and capability checks across admin AJAX handlers and
   form controllers
 * Security: switched dynamic SQL identifiers to the %i placeholder with strict 
   identifier/type allowlist validation, and parameterized values with prepare()
 * Added email column type
 * Fixed malformed SHOW TABLES queries (missing closing quote) in the activation/
   migration routine

#### 1.2

 * Added float (double) column type
 * Fixed CSV download returning empty content
 * Fixed CSV download encoding to UTF-8
 * Fixed API syntax errors
 * Improved component type display names
 * Removed deprecated load_plugin_textdomain() call (auto-loaded since WordPress
   4.6)
 * Code and directory structure refactoring

#### 1.1

 * Corrections after review

#### 1.0

_Release Date – 30 March 2024_

 * First Release

## Meta

 *  Version **1.10**
 *  Last updated **2 dnjej**
 *  Active installations **Mjenje hač 10**
 *  WordPress version ** 6.2 abo nowši **
 *  Tested up to **7.0.3**
 *  PHP version ** 7.4 abo nowši **
 *  Language
 * [English (US)](https://wordpress.org/plugins/waffledb/)
 * Tags
 * [database](https://hsb.wordpress.org/plugins/tags/database/)[db](https://hsb.wordpress.org/plugins/tags/db/)
   [form](https://hsb.wordpress.org/plugins/tags/form/)[No-code](https://hsb.wordpress.org/plugins/tags/no-code/)
 *  [Rozšěrjeny napohlad](https://hsb.wordpress.org/plugins/waffledb/advanced/)

## Pohódnoćenja

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/waffledb/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/waffledb/reviews/)

## Sobuskutkowarjo

 *   [ tokitam ](https://profiles.wordpress.org/tokitam/)

## Podpěra

Chceće něšto prajić? Trjebaće pomoc?

 [Forum pomocy pokazać](https://wordpress.org/support/plugin/waffledb/)