ElectroCRUD is an open-source CRUD application generator for PostgreSQL, MySQL, and SQLite. It auto-generates a full admin interface based on a database schema with support for rich UI components like charts, kanban boards, and more.
ElectroCRUD is an open-source CRUD application generator for PostgreSQL, MySQL, and SQLite. It auto-generates a full admin interface based on a database schema with support for rich UI components like charts, kanban boards, and more.
What is ElectroCRUD?
ElectroCRUD is an open-source rapid application development tool that auto-generates admin interfaces for relational databases. It integrates deeply with PostgreSQL, MySQL, and SQLite to introspect the schema and generate a feature-rich admin UI including:
Lists, create, edit, and view forms for database tables
Sorting, filtering, searching, and pagination for lists
Input validation and sanitization to prevent SQL injection attacks
Authentication and role-based access control
Charts and kanban boards for visualizing data
Generated RESTful and GraphQL APIs
Modern UI with support for custom themes and branding
Key capabilities include the ability to generate complete admin panels and dashboards in minutes with no hand-coded backend required. Changes to the database schema are automatically reflected in the admin UI after restart. The generated UIs provide a great starting point that can be extended and customized using React components.
With its intuitive abstractions, built-in best practices, and ability to radically accelerate admin interface development, ElectroCRUD is a promising new entry in the low-code/no-code application builder landscape.
ElectroCRUD Features
Features
Auto-generate admin interface from database schema
Support for PostgreSQL, MySQL and SQLite databases
Rich UI components like charts, kanban boards, etc
User management and permissions
Customizable themes
REST API generation
Modular architecture
Pricing
Open Source
Pros
Rapid development - no need to build CRUD from scratch
DBeaver is a free, open source universal database tool for developers, database administrators, analysts, and all people who need to work with databases. It supports all major databases including MySQL, PostgreSQL, MariaDB, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Derby, etc.Some key features of DBeaver include:Powerful SQL...
Sequel Pro is a feature-rich database management application for macOS exclusively designed for working with MySQL databases. It provides a graphical user interface that allows users to easily connect to local & remote MySQL databases, view & modify database structure and data, import & export data, run SQL queries, and...
MySQL Workbench is a visual database design tool developed by Oracle that integrates SQL development, administration, database design, creation and maintenance into a single integrated development environment for the MySQL database system.Key features include:Visual database design and modeling with integrated SQL development for MySQL databasesSupport for reverse and forward engineering...
HeidiSQL is a popular free and open source database management tool for Windows that allows you to manage MySQL, MariaDB, Microsoft SQL Server and PostgreSQL databases. It provides a simple and intuitive graphical user interface for database administration tasks.Some key features of HeidiSQL include:Intuitive browser-style interface for browsing database objects...
phpMyAdmin is a free and open source administration tool written in PHP that allows users to manage MySQL and MariaDB databases through a web interface. Some key features include:Intuitive web interface to perform database operations like creating and editing databases, tables, fields, relations, indexes, users, permissions etc.Import and export functionality...
DataGrip is a multi-engine database IDE developed by JetBrains. As the name suggests, it allows working with different types of databases through a unified graphical user interface.Some of the key features of DataGrip include:Supports a wide range of relational (e.g. MySQL, PostgreSQL, Oracle, SQL Server, etc.) and non-relational (e.g. MongoDB,...
Tableplus is a modern, native, and cross-platform database management GUI tool for Windows, Mac and Linux. It allows developers and database administrators to easily manage MySQL, PostgreSQL, SQLite and other database engines.Some key features of Tableplus include:Supports MySQL, PostgreSQL, SQLite, Microsoft SQL Server, and more database enginesFast, secure and intuitive...
PHPmaker is a rapid application development tool for building web database applications using PHP and MySQL. It provides a visual interface for designing database tables and relationships and automatically generates PHP code needed for adding, editing, deleting and searching records in the database.Some key features of PHPmaker include:Drag-and-drop interface for...
Beekeeper Studio is a cross-platform SQL editor and database manager that allows you to easily create, browse, edit, and manage SQLite, MySQL, PostgreSQL, SQL Server, and other relational databases. It provides a simple and intuitive graphical interface to simplify database administration.Some key features of Beekeeper Studio include:Visual database browser to...
LibreOffice Base is a free and open source database management application included as part of the LibreOffice software suite. It provides tools for creating, accessing, and managing SQL databases without the need for any additional database software.Some of the key features of LibreOffice Base include:Graphical database design tools for creating...
PHP Generator for MySQL is an open source code generation tool that analyzes the structure of an existing MySQL database and produces corresponding PHP code for performing CRUD (create, read, update, delete) operations. It helps streamline web development by automatically creating the foundation for the backend of a database-driven web...
Scriptcase is a low-code application development platform that allows users to quickly create web and mobile applications using a visual, drag-and-drop interface. It contains pre-built components, templates, and integrations that speed up and simplify the development process.Some key features of Scriptcase include:Visual development environment for building responsive, cross-platform apps faster1000+...
PHPRunner is a rapid application development tool used to quickly build business web applications without coding. It provides a visual designer for databases, forms, reports, charts, and interfaces to generate full customized web systems powered by PHP and MySQL.Key features include:Visual design of entire systems and generation of full PHP...
Adminer is an open source database management tool for managing MySQL, PostgreSQL, SQLite, MS SQL, and Oracle databases. It provides a simple graphical user interface for carrying out database administration tasks that would otherwise require knowledge of SQL commands.Some key features of Adminer include:Support for multiple database engines like MySQL,...
nuBuilder Forte is a powerful rapid prototyping tool for designing advanced natural user interfaces (NUIs). It provides a visually rich drag and drop interface for building NUIs that incorporate technologies like:Multi-touch gesturesVoice commandsGaze trackingIn-air gesturesFacial expressionsObject and motion sensorsWith nuBuilder Forte, designers can focus on innovating and iterating, without needing...
PHPRad is a feature-rich integrated development environment (IDE) designed specifically for PHP development. It includes a wide range of tools and functionality to enhance productivity when writing PHP code.Key features of PHPRad include:Syntax highlighting - PHP code is color coded to make it easier to read and identify elementsCode completion...
MyWebSQL is an open source web-based database administration tool for MySQL databases. It provides a user-friendly graphical interface that allows you to fully manage your MySQL databases from any web browser.With MyWebSQL, you can conveniently perform essential DBA tasks like creating and editing databases, tables, views, stored procedures, and other...
Postbird is a useful and user-friendly open source PostgreSQL GUI client for Linux, Windows, and macOS operating systems. It provides a graphical interface to PostgreSQL databases, making it easy for users to connect to local or remote PostgreSQL servers, view table structures and data, build queries visually without writing SQL...
DbGate is a versatile database management tool that provides a single interface to connect to and manage multiple databases. Some key features of DbGate include:Supports popular databases like MySQL, PostgreSQL, SQL Server, SQLite, and moreIntuitive GUI for easy database access, querying, and administrationTabbed interface to manage multiple database connectionsDatabase explorer...
Valentina Studio is a free, open-source visual database modeling and prototyping tool. It allows users to visually model, design, and prototype relational databases through an intuitive, easy-to-use diagram GUI. Key features include:Intuitive visual database design with support for diagrams like ERD, data flow, entity diagrams, etc.Generate database schemas, queries, and...
phpMiniAdmin is an open source web application written in PHP that allows administrators to manage MySQL databases through a web interface. It provides an easy-to-use way for web developers and database administrators to execute MySQL queries, manage databases, tables, columns, relations, indexes, users, permissions, and more without needing direct access...
PHP CRUD Generator is an open source code generation tool that can quickly create full PHP-based CRUD (Create, Read, Update, Delete) web applications. It generates a complete admin panel interface and all the PHP code and SQL statements needed for basic data management operations.Some key features of PHP CRUD Generator...
CodeIgniter Wizard is an open source PHP framework built on top of CodeIgniter to help developers quickly scaffold and build web applications. It provides a simple wizard interface to generate starter code for common features like:User authentication and authorizationCRUD (Create, Read, Update, Delete) operations for managing database recordsFront-end code and...
Dashboard for MySQL is an open source web-based application designed to help database administrators and developers visualize, monitor, and optimize the performance of MySQL databases. Some key features include:Customizable dashboards showing key MySQL metrics like connections, traffic, query throughput, top queries, hosts, replication status, etc.Visual graphs and charts for time-series...
DbNinja is an open-source database schema comparison and synchronization tool designed for use with MySQL, MariaDB, PostgreSQL, SQLite, and Microsoft SQL Server databases. It provides a graphical user interface that allows you to easily compare two database schemas, identify differences in tables, columns, indexes, foreign keys, triggers, and more.Some key...
PHP-MySQL Wizard is a visual tool used by PHP developers to generate full PHP web applications that interact with MySQL databases, without writing code. It provides a graphical interface where developers design their database structure and connect it to web forms, lists, and other frontend features needed in a web...
PHPLiteAdmin is a web application written in PHP that allows you to easily manage SQLite databases. It provides a simple graphical interface to view, browse, search, and edit the data in SQLite database files over the web through a browser. Some key features:Browse and search tablesView, edit, add and delete...
Auto Back Office is an integrated dealership management software designed specifically for automotive dealerships. It brings different systems and data sources together into one centralized platform to manage key dealership processes and operations.Key features of Auto Back Office include:CRM - manages sales process from lead to saleDMS - controls inventory,...
PHP Code Generator (PCG) is an open-source, automated code generation tool for PHP. It can help developers by reducing repetitive coding work and increasing productivity.Some of the key features of PCG include:Auto-generate PHP code for CRUD (Create, Read, Update, Delete) operationsSupports code generation for classes, functions, forms, and moreCustomizable code...
myLittleAdmin is an open-source web-based administration panel and hosting control panel. It provides a graphical interface and automation tools designed to simplify website and server management.With myLittleAdmin you can manage domains, websites, web hosting accounts, FTP accounts, databases, emails and more from one central dashboard. It allows you to monitor...
OmniDB is an open source web application designed for database management and administration. It supports several database systems including PostgreSQL, MySQL, MariaDB, SQLite, and others. Some key features of OmniDB:Browser-based interface accessible from any deviceConnections to multiple database types and serversSQL editor with syntax highlighting, autocomplete, and execution historyVisual object...
phpYouDo is an open source web-based task and project management application. It allows individuals and teams to efficiently organize work, track the progress of tasks, and collaborate with one another.Some key features of phpYouDo include:Easy creation of tasks and projectsDue dates and reminders for tasksTask assignment and trackingComments and file...
Sypex Dumper is a free, open source database backup and recovery software designed specifically for MySQL databases. It provides an easy way to backup MySQL databases by automating the backup process and allowing the user to setup scheduled backups.Some key features of Sypex Dumper include:Automated backup scheduling - Set specific...
DBHawk is a comprehensive database monitoring and performance optimization tool designed for SQL Server, Oracle, MySQL, and PostgreSQL databases. It provides DBAs and database developers with deep visibility into database workloads to help identify and resolve performance bottlenecks.Key features of DBHawk include:Identifying slow running queries with execution plansMonitoring database performance...
JSP MyAdmin is an open-source web application written in Java that allows users to manage MySQL databases through a simple web-based user interface. It is built using JavaServer Pages (JSP) technology and works as a middleware tool between a MySQL database server and end users.Some of the key features of...
MonoQL is an open-source SQL query engine that allows developers to execute SQL queries on various data sources. It was created by the team at SingleStore to provide a unified SQL interface across databases, object stores, files, and more.Some key features and benefits of MonoQL include:Unified SQL interface - Write...
edmyadmin is an open source web-based MySQL database administration application. It allows you to manage MySQL databases, database users, privileges, tables and data through a simple and user-friendly web interface.Some key features of edmyadmin include:Intuitive web interface to easily manage MySQL databases, tables, fields, relations, indexes, users, permissions etc.Support for...