Linux 软件免费装
Banner图

FlyDB - Database Explorer for WordPress

开发者 jshossen
更新时间 2026年4月2日 23:48
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

admin database developer mysql explorer

下载

1.0.0

详情介绍:

🗄️ What is FlyDB? FlyDB is a lightweight, secure database explorer for WordPress that gives administrators a powerful interface to browse, analyze, and export database data — without writing SQL or leaving wp-admin. With an intuitive UI inspired by modern data tools like Airtable and Supabase, FlyDB makes database management accessible to everyone while keeping your data safe with read-only access. 👉 View on GitHub 💡 Why FlyDB Stands Out FlyDB is not just another database plugin. It's a complete data exploration tool built for WordPress administrators and developers: 🌟 Key Features ✅ Table Explorer — view all database tables with row counts, sizes, and statistics\ 🔍 Advanced Search — search across all columns with real-time results\ 🎯 Filter Builder — combine multiple filters with operators (=, !=, LIKE, >, <, BETWEEN, IN)\ 🔗 Relationship Detection — automatically find and display related data\ � Visual Query Builder — drag-and-drop SQL query builder with JOIN, WHERE, GROUP BY support\ � Data Export — export to CSV, JSON, Excel (XLSX), or XML\ 📄 Pagination — browse large tables with 50/100/200 rows per page\ 👁️ Column Toggle — show/hide columns for focused analysis\ 🔒 Secure — read-only access with capability checks and nonce verification\ ⚡ Fast — optimized queries with LIMIT protection and prepared statements 🗂️ Database Table Explorer Browse your entire WordPress database with ease: All without leaving your WordPress admin dashboard. 📋 Advanced Table Data Viewer Explore table records with powerful viewing options: Perfect for debugging, data analysis, and quick lookups. 🎯 Powerful Filter Builder Build complex queries without writing SQL: Great for finding specific records, analyzing subsets, and debugging data issues. 🔗 Smart Relationship Detection FlyDB automatically detects relationships between tables: Makes understanding your database structure effortless. 📊 Data Export Export filtered data in multiple formats: Export Features: 🔒 Security & Performance FlyDB is built with WordPress best practices: Security: 🎯 Use Cases For Site Administrators: � Visual Query Builder Build complex SQL queries without writing code: Perfect for building complex queries across multiple tables without SQL knowledge. 🚀 Coming Soon Planned features for future releases:

安装:

  1. Upload the flydb folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Navigate to FlyDB in the admin menu
  4. Start exploring your database!
Minimum Requirements

屏幕截图:

  • Table data viewer with pagination and sortable columns
  • Advanced filter builder with multiple operators
  • Visual Query Builder with drag-and-drop interface
  • Column visibility controls and export options
  • Related data panel showing table relationships

升级注意事项:

1.0.0 Initial release of FlyDB - Database Explorer for WordPress. Explore your database with confidence!

常见问题:

Is FlyDB safe to use on production sites?

Yes! FlyDB is read-only in version 1.0, meaning it cannot modify, delete, or insert data. It only allows viewing and exporting existing data. All operations require administrator privileges.

Can I edit database records with FlyDB?

Not in version 1.0. The current version is read-only for safety. Database editing features are planned for future releases with proper safety controls.

Does FlyDB work with custom database tables?

Yes! FlyDB displays all tables in your WordPress database, including custom tables created by plugins, themes, or manual SQL.

How many rows can I export at once?

The maximum export limit is 10,000 rows per export to prevent server timeouts and memory issues. For larger datasets, use filters to export in batches.

Does FlyDB slow down my site?

No. FlyDB only runs in the WordPress admin area and only when you're actively using it. It has zero impact on your site's frontend performance.

Can I use FlyDB with multisite installations?

Yes, but it will only show tables for the current site in the network. Each site admin can access their own site's tables.

What permissions are required to use FlyDB?

Users must have the manage_options capability, which is typically only available to administrators.

Does FlyDB support non-WordPress tables?

Yes! If you have custom tables in the same database (e.g., from other applications), FlyDB will display them.

Can I filter by multiple columns?

Yes! The filter builder allows you to combine multiple filters. All filters use AND logic (all conditions must match).

What export formats are supported?

FlyDB supports CSV, JSON, Excel (XLSX), and XML formats.

What is the Visual Query Builder?

The Visual Query Builder is a drag-and-drop interface that lets you build complex SQL queries without writing code. You can drag tables onto a canvas, create JOINs visually, add WHERE filters, GROUP BY columns, and ORDER BY sorting - all with a visual interface. The generated SQL is shown in real-time.

Can I save my queries?

Yes! The Query Builder allows you to save query configurations as presets. You can save your table selections, JOINs, filters, and sorting options, then load them later with one click.

更新日志:

1.0.0 - 2026-04-02