Title: WaffleDB
Author: tokitam
Published: <strong>2026 年 6 月 17 日</strong>
Last modified: 2026 年 7 月 4 日

---

搜尋外掛

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

# WaffleDB

 由 [tokitam](https://profiles.wordpress.org/tokitam/) 開發

[下載](https://downloads.wordpress.org/plugin/waffledb.1.8.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/waffledb/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/waffledb/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/waffledb/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/waffledb/#developers)

 [技術支援](https://wordpress.org/support/plugin/waffledb/)

## 外掛說明

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)
 * 19 column types: text, textarea, int, float, email, date, datetime, time, URL,
   image URL, image upload, file upload, YouTube, HTML text, Markdown, relation,
   radio, select (dropdown), checkbox
 * CSV export
 * REST API with 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

## 適用於區塊編輯器

這個外掛提供 2 個可供 Gutenberg/區塊編輯器使用的區塊。

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

## 安裝方式

 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.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈WaffleDB〉的開發相關工作。

參與者

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

[將〈WaffleDB〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/waffledb)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/waffledb/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/waffledb/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/waffledb/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/waffledb/)。

## 變更記錄

#### 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

## 中繼資料

 *  版本 **1.8**
 *  最後更新 **4 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/waffledb/)
 * 標籤:
 * [database](https://tw.wordpress.org/plugins/tags/database/)[db](https://tw.wordpress.org/plugins/tags/db/)
   [form](https://tw.wordpress.org/plugins/tags/form/)[No-code](https://tw.wordpress.org/plugins/tags/no-code/)
 *  [進階檢視](https://tw.wordpress.org/plugins/waffledb/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/waffledb/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/waffledb/)