[
    {
        "id": "dbvisualizer",
        "name": "DbVisualizer",
        "logo": "/assets/logo_DbVisualizer.png",
        "description": "Free, cross-platform database tool supporting MariaDB, MySQL, PostgreSQL and more.",
        "website": "https://www.dbvis.com/",
        "tags": [
            "Migration",
            "Windows",
            "Linux",
            "macOS",
            "Free",
            "Enterprise"
        ],
        "sponsor": "silver",
        "sponsor_primary": true,
        "details": {
            "sections": [
                {
                    "title": "About DbVisualizer",
                    "content": "DBVisualizer is a database management and SQL development tool with support for more than 50 databases. It runs on Windows, mac OS and Linux."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "DbVisualizer connects to all popular databases with support for database-specific object types and more",
                        "Supports embedded, local, remote, and cloud-based databases with SSH authentication and secure connections.",
                        "Use visual query builders with drag-and-drop functionality to create queries without writing SQL",
                        "Git version control integration for collaborative script management (branching, merging, history).",
                        "Schedule recurring queries and manage database jobs",
                        "Built to meet rigorous security standards",
                        "Multi-object support for open, connect, drop, etc"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "DBVisualizer supports MariaDB natively and works seamlessly across Windows, macOS, and Linux platforms. It's particularly valued for its ability to manage multiple database connections in a single workspace, making it ideal for developers and DBAs who work with MariaDB alongside other database systems."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.dbvis.com/"
                },
                {
                    "label": "Download",
                    "url": "https://www.dbvis.com/download/"
                },
                {
                    "label": "Sponsor Interview",
                    "url": "https://www.youtube.com/watch?v=JRWM2ZfHGV0"
                }
            ]
        }
    },
    {
        "id": "dbeaver",
        "name": "DBeaver",
        "logo": "/assets/logo_dbeaver.png",
        "description": "Free, open-source database management tool with native MariaDB support, advanced SQL editor, and visual data tools.",
        "website": "https://dbeaver.io/",
        "tags": [
            "Migration",
            "Open Source",
            "Windows",
            "Linux",
            "macOS",
            "Plugin",
            "Free",
            "Enterprise"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About DBeaver",
                    "content": "DBeaver is a free, open-source universal database management tool used by software developers, SQL writers, database administrators, and data analysts. It supports over 100 databases including MariaDB, MySQL, PostgreSQL, SQLite, Oracle, and more. DBeaver is available on Windows, macOS, Linux and as an Eclipse plugin."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Advanced SQL editor with syntax highlighting, auto-completion, and query execution planning",
                        "Visual data editor with filtering, sorting, and inline editing capabilities",
                        "ER diagrams and database structure visualization",
                        "Data export and import in multiple formats (CSV, JSON, XML, SQL, and more)",
                        "Support for SSH tunneling, SSL, and multiple authentication methods including AWS RDS IAM and Kerberos",
                        "Database backup support using mariadb-dump"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "DBeaver provides native MariaDB support with a dedicated driver, covering all MariaDB versions. It includes specialized features for MariaDB-specific data types such as Enumerations and Sets, storage engine management (InnoDB, MyISAM), and schema migration tools that can streamline Oracle-to-MariaDB migrations."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://dbeaver.io/"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/dbeaver/dbeaver"
                },
                {
                    "label": "Download",
                    "url": "https://dbeaver.io/download/"
                },
                {
                    "label": "Documentation",
                    "url": "https://dbeaver.com/docs/dbeaver/"
                }
            ]
        }
    },
    {
        "id": "heidisql",
        "name": "HeidiSQL",
        "logo": "/assets/logo_HeidiSQL.png",
        "description": "Lightweight, Windows-based tool for MariaDB and MySQL database management.",
        "website": "https://www.heidisql.com",
        "tags": [
            "Open Source",
            "Windows",
            "Linux",
            "macOS",
            "Free"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About HeidiSQL",
                    "content": "HeidiSQL is a lightweight, Windows-based database management tool designed for MariaDB and MySQL. It provides an intuitive interface for database administrators and developers."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Connect to multiple servers in one window",
                        "Connect to servers via command line",
                        "Create and edit tables, views, stored routines, triggers and scheduled events",
                        "Export table data as SQL, HTML, XML, CSV, LaTeX, and more",
                        "Browse and edit table data using a comfortable grid",
                        "Completely free and open source"
                    ]
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.heidisql.com"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/HeidiSQL/HeidiSQL"
                }
            ]
        }
    },
    {
        "id": "dbforge",
        "name": "dbForge Studio",
        "logo": "/assets/logo_DBForge.png",
        "description": "dbForge Studio for MySQL is a high-end IDE for MariaDB and MySQL.",
        "website": "https://www.devart.com/dbforge/mysql/studio/",
        "tags": [
            "Migration",
            "Windows",
            "Linux",
            "macOS",
            "Free",
            "Enterprise"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About dbForge Studio",
                    "content": "dbForge Studio for MySQL is a professional, feature-rich IDE developed by Devart for MariaDB and MySQL database development and management. It provides enterprise-grade capabilities including advanced SQL editing with intelligent code completion, visual query building, database comparison and synchronization tools, schema and data comparison, and comprehensive debugging for stored procedures and functions."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Advanced SQL Editor - Intelligent code completion, syntax highlighting, and code formatting for efficient query development",
                        "Visual Database Designer - Create and modify database structures using intuitive visual diagrams",
                        "Data Comparison & Sync - Compare and synchronize data between MariaDB databases with customizable mapping"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "dbForge Studio provides full compatibility with all MariaDB server versions, including the latest MariaDB 12.2. It supports all MariaDB object types, storage engines (InnoDB, MyISAM, TokuDB, CONNECT), temporal tables, and includes Source Control support for MariaDB 11.4+. The tool also works with MariaDB cloud deployments through Galera Cluster and Amazon RDS."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.devart.com/dbforge/mysql/studio/"
                },
                {
                    "label": "Download",
                    "url": "https://www.devart.com/dbforge/mysql/studio/download.html"
                },
                {
                    "label": "Documentation",
                    "url": "https://docs.devart.com/studio-for-sql-server/"
                }
            ]
        }
    },
    {
        "id": "beekeeper-studio",
        "name": "Beekeeper Studio",
        "logo": "/assets/logo_beekeeper_studio.png",
        "description": "Modern, open-source SQL client and database manager with an intuitive interface for MariaDB and 20+ other databases.",
        "website": "https://www.beekeeperstudio.io/",
        "tags": [
            "Open Source",
            "Windows",
            "Linux",
            "macOS",
            "Free",
            "Enterprise"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Beekeeper Studio",
                    "content": "Beekeeper Studio is a modern, easy-to-use SQL client and database manager built for developers and database administrators. It supports over 20 databases including MariaDB, MySQL, PostgreSQL, SQLite, SQL Server, MongoDB, and Oracle. The Community Edition is free, open-source, and privacy-respecting with no usage tracking."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "SQL editor with syntax highlighting, auto-complete, and query history",
                        "Spreadsheet-like interface for browsing and editing table data",
                        "Visual schema creation and modification without writing SQL",
                        "Import and export in CSV, JSON, JSONL, and SQL formats with optional filtering",
                        "AI Shell for natural language database exploration and SQL generation",
                        "Tabbed interface with support for multiple simultaneous connections",
                        "Secure connections via SSL encryption and SSH tunneling"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Beekeeper Studio includes a dedicated MariaDB client with full feature parity across all platforms. It provides native connectivity to MariaDB servers with support for secure connections, schema management, data editing, and query development — all through a clean, modern interface."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.beekeeperstudio.io/"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/beekeeper-studio/beekeeper-studio"
                },
                {
                    "label": "Download",
                    "url": "https://www.beekeeperstudio.io/db/mariadb-client/"
                },
                {
                    "label": "Documentation",
                    "url": "https://docs.beekeeperstudio.io/"
                }
            ]
        }
    },
    {
        "id": "dbschema",
        "name": "DbSchema",
        "logo": "/assets/logo_dbschema.svg",
        "description": "Visual database design and management tool with ER diagrams, schema synchronization, and SQL client for MariaDB and 70+ databases.",
        "website": "https://dbschema.com/",
        "tags": [
            "Windows",
            "Linux",
            "macOS",
            "Free",
            "Enterprise"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About DbSchema",
                    "content": "DbSchema is a visual database design and management tool by Wise Coders that supports over 70 databases. It allows teams to design schemas using interactive ER diagrams, reverse-engineer existing databases, compare and synchronize schemas across environments, and generate interactive HTML5 documentation. DbSchema runs on Windows, macOS, and Linux."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Interactive ER diagram editor capable of handling databases with 10,000+ tables",
                        "Reverse-engineer existing database schemas automatically on connection",
                        "Visual query builder with drag-and-drop table joining, plus a full SQL editor with syntax highlighting and auto-completion",
                        "Schema comparison and synchronization across multiple environments",
                        "Random test data generation for development and QA",
                        "Interactive HTML5 schema documentation generation",
                        "Git integration for team collaboration and version-controlled schema changes",
                        "Automation scripting using Java Groovy"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "DbSchema provides a dedicated MariaDB client with full visual design and management capabilities. It automatically reverse-engineers your MariaDB schema on connection, supports offline schema editing with later synchronization to MariaDB, and includes a relational data explorer for viewing and editing data across multiple tables simultaneously with filtering and sorting."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://dbschema.com/"
                },
                {
                    "label": "Download",
                    "url": "https://dbschema.com/download.html"
                },
                {
                    "label": "Documentation",
                    "url": "https://dbschema.com/databases/MariaDb.html"
                }
            ]
        }
    },
    {
        "id": "navicat",
        "name": "Navicat for MariaDB",
        "logo": "/assets/logo_navicat.png",
        "description": "Professional database management and development tool with a dedicated MariaDB edition, featuring visual design, AI-powered assistance, and team collaboration.",
        "website": "https://www.navicat.com/en/products/navicat-for-mariadb",
        "tags": [
            "Migration",
            "Windows",
            "Linux",
            "macOS",
            "Mobile",
            "Free",
            "Enterprise"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Navicat for MariaDB",
                    "content": "Navicat for MariaDB is a professional database management and development tool by PremiumSoft, trusted by Fortune 500 companies. It provides a native environment for MariaDB administration with professional object designers for tables, views, functions, procedures, events, and triggers. Available on Windows, macOS, and Linux."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Professional object designers for all database objects including tables, views, functions, procedures, and events",
                        "SQL editor with code completion and visual SQL builder for constructing queries without writing syntax",
                        "Spreadsheet-like grid view for browsing, editing, sorting, and searching records",
                        "Data import/export supporting Excel, Access, CSV, and more",
                        "Visual data modeling with support for Relational, Dimensional, and Data Vault 2.0 methods",
                        "AI-powered assistance for database development tasks",
                        "Secure connections via SSH tunneling with strong authentication and encryption",
                        "Real-time team collaboration and database monitoring tools"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Navicat offers a dedicated MariaDB edition with native support for MariaDB-specific features including new storage engines, microsecond precision, virtual columns, and more. It is also an official MariaDB technology partner, ensuring close compatibility and ongoing support for the latest MariaDB releases."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.navicat.com/en/products/navicat-for-mariadb"
                },
                {
                    "label": "Download Navicat Lite",
                    "url": "https://www.navicat.com/en/download/navicat-premium-lite"
                },
                {
                    "label": "Download MariaDB Client",
                    "url": "https://www.navicat.com/en/download/navicat-for-mariadb"
                }
            ]
        }
    },
    {
        "id": "adminer",
        "name": "Adminer",
        "logo": "/assets/logo_adminer.png",
        "description": "A lightweight, full-featured database management tool deployed as a single PHP file. Supports MariaDB, MySQL, PostgreSQL, SQLite, MS SQL, Oracle, and more.",
        "website": "https://www.adminer.org/",
        "tags": [
            "Web-Based",
            "PHP",
            "Free",
            "Open Source"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Adminer",
                    "content": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in a single PHP file. It provides a clean, user-friendly web interface for managing databases directly from your browser. Available in 46 languages and requiring only PHP 5.3+, Adminer is one of the simplest database tools to deploy — just upload one file to your server."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Single PHP file deployment — no installation or configuration required",
                        "Table, column, index, and foreign key management",
                        "SQL command execution with syntax highlighting",
                        "Data export and import in multiple formats (CSV, SQL, XML, and more)",
                        "View, stored procedure, trigger, and event management",
                        "Schema visualization and database structure overview",
                        "User and privilege management",
                        "Plugin system for extending functionality (Elasticsearch, MongoDB, Firebird, ClickHouse, and more)",
                        "Available in 46 languages with customizable themes"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Adminer provides first-class support for MariaDB as one of its primary supported databases. It connects natively to MariaDB Server and supports all core management operations including table creation, data manipulation, SQL execution, user management, and import/export. Adminer is frequently used alongside MariaDB in web hosting environments and Docker-based development setups as a lightweight alternative to phpMyAdmin."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.adminer.org/"
                },
                {
                    "label": "Download",
                    "url": "https://www.adminer.org/en/#download"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/vrana/adminer"
                },
                {
                    "label": "Plugins",
                    "url": "https://www.adminer.org/en/plugins/"
                }
            ]
        }
    },
    {
        "id": "forest-admin",
        "name": "Forest Admin",
        "logo": "/assets/logo_forest_admin.jpg",
        "description": "Forest Admin is a low-code, SaaS platform that automatically generates a secure, customizable admin panel on top of your application’s database.",
        "website": "https://www.forestadmin.com/",
        "tags": [
            "SaaS",
            "Business",
            "Enterprise"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Forest Admin",
                    "content": "Forest Admin is an all-in-one internal tool builder to efficiently manage your operations. Forest Admin provides all common admin tasks such as CRUD operations, simple chart rendering, user group management, and WYSIWYG interface editor. With 30+ out-of-the-box tools and pre-built UI components, you can ship an admin panel in a few minutes, and then easily customize it to meet your specific business logic."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "A built-in search bar and advanced filtering capabilities allow users to quickly locate records across collections.",
                        "Automatically syncs changes between the admin panel and the underlying database in real time.",
                        "Visualize and manage connections between collections (e.g., one-to-many, many-to-many) directly in the UI.",
                        "Display computed values or dynamic links across collections using business logic.",
                        "Export data to CSV or import via supported formats for bulk operations.",
                        "Granular access control with role-based permissions, enforced 2FA, and IP whitelisting.",
                        "Customization through a drag-and-drop interface or direct code editing for advanced use cases."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Forest Admin supports MariaDB as a data source, enabling users to quickly generate a customizable admin panel for their MariaDB databases. The setup process is straightforward: sign up, select MariaDB as the data source, and follow the command-line instructions to connect and generate the admin panel."
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.forestadmin.com/"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/forestadmin"
                },
                {
                    "label": "Documentation",
                    "url": "https://docs.forestadmin.com/documentation"
                }
            ]
        }
    },
    {
        "id": "phpmyadmin",
        "name": "phpMyAdmin",
        "logo": "/assets/logo_phpmyadmin.svg",
        "description": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web.",
        "website": "https://www.phpmyadmin.net/",
        "tags": [
            "Web-Based",
            "PHP",
            "Free",
            "Open Source"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About phpMyAdmin",
                    "content": "phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement. The phpMyAdmin project is a member of Software Freedom Conservancy. SFC is a not-for-profit organization that helps promote, improve, develop, and defend Free, Libre, and Open Source Software (FLOSS) projects."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Intuitive web interface",
                        "Import data from CSV and SQL",
                        "Export data to various formats: CSV, SQL, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, LATEX and others",
                        "Creating graphics of your database layout in various formats",
                        "Searching globally in a database or a subset of it",
                        "User & Privilege Management.",
                        "Language Support: Available in 80+ languages, including RTL (right-to-left) support."
                    ]
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://www.phpmyadmin.net/"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/phpmyadmin/phpmyadmin"
                },
                {
                    "label": "Download",
                    "url": "https://www.phpmyadmin.net/downloads/"
                },
                {
                    "label": "Documentation",
                    "url": "https://www.phpmyadmin.net/docs/"
                }
            ]
        }
    },
    {
        "id": "apache-superset",
        "name": "Apache Superset",
        "logo": "/assets/logo_apache_superset.png",
        "description": "Apache Superset is a Data Visualization and Data Exploration Platform.",
        "website": "https://superset.apache.org/",
        "tags": [
            "Open Source",
            "Web-Based",
            "Docker",
            "Free"
        ],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Apache Superset",
                    "content": "Apache Superset is an open-source, modern data exploration and visualization platform designed for enterprise-ready business intelligence.  It enables users of all skill levels to connect to SQL-based databases, create interactive dashboards, run ad-hoc queries via a SQL IDE, and visualize data using over 40 built-in chart types—from basic bar charts to advanced geospatial maps."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Data caching for the faster load time of charts and dashboards",
                        "Support for drag-and-drop and SQL queries",
                        "Semantic layer for SQL data transformations",
                        "CSS templates to customize charts and dashboards to your brand’s look and feel",
                        "Access to new functionalities through feature flags"
                    ]
                }
            ],
            "links": [
                {
                    "label": "Official Website",
                    "url": "https://superset.apache.org/"
                },
                {
                    "label": "GitHub",
                    "url": "https://github.com/apache/superset"
                },
                {
                    "label": "Download",
                    "url": "https://superset.apache.org/docs/quickstart/"
                },
                {
                    "label": "Documentation",
                    "url": "https://superset.apache.org/docs/"
                }
            ]
        }
    },
    {
        "id": "adminneo",
        "visible": true,
        "name": "AdminNeo",
        "logo": "/assets/logo_adminneo.png",
        "description": "A modern, single-file PHP database management tool based on Adminer, supporting multiple database systems.",
        "website": "https://www.adminneo.org/",
        "tags": ["Open Source", "Free", "Docker", "PHP", "Web-Based"],
        "sponsor": false,
        "contributor": false,
        "details": {
            "sections": [
                {
                    "title": "About AdminNeo",
                    "content": "AdminNeo is a full-featured database management tool written in PHP. It consists of a single file ready to deploy to the target server. As a companion, EditorNeo offers data manipulation for end-users. It is based on the Adminer project by Jakub Vrána. AdminNeo can be also configured and extended by plugins or customizations."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Clean modern user interface",
                        "Managing the structure of databases and tables",
                        "Data manipulation and searching",
                        "Exporting and importing databases and data",
                        "Executing batch SQL commands"
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "AdminNeo supports MariaDB as one of its core database backends. As a PHP-based tool requiring no installation beyond a single file, it connects directly to a MariaDB server using standard credentials, allowing users to manage databases, tables, and data through a browser interface."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.adminneo.org/" },
                { "label": "GitHub", "url": "https://github.com/adminneo-org/adminneo" },
                { "label": "Download", "url": "https://www.adminneo.org/download" },
                { "label": "Plugins", "url": "https://www.adminneo.org/plugins" }
            ]
        }
    }
]