24 projects tagged "Linux"
DBeaver is a universal database manager and SQL Client. It supports MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, SQLite, Derby, and any database that has a JDBC driver. It is a GUI program that allows you to view the structure of a database, execute SQL queries and scripts, browse and export table data, handle BLOB/CLOB values, modify database meta objects, etc. It has a native UI (provided by the Eclipse SWT library), great performance, and relatively low memory consumption.
DbEng is a rapid prototyping aid and IDE for applications based on PHP and MySQL. It consists of a set of PHP scripts and an application generation program written in C. It reads the metadata from a MySQL database and creates a skeleton PHP application from it with basic create/read/update/delete menus for each table in the database.
Extended MySQLi implements a MySQL database access wrapper using the MySQLi extension. It is based on the Reduced MySQLi class originally written by Mertol Kasanan. This version can account the memory usage and log the executed queries in the current page. It can also cache the query results in an XML file.
JumpBox for the MySQL Relational Database includes MySQL 5 along with PHPMyAdmin set up and ready to run. It's a great tool for developing database backed applications, and can also be used along with other JumpBoxes if you need to move the database into a separate virtual machine.
MADAL is an AJAX based database access layer for MySQL written in PHP and Javascript. It generates PHP and JavaScript/jQuery source code that is well documented, so you can use your IDE's auto-completion against database tables and fields. The documentation was designed with PHP Eclipse in mind, but should work for any IDE that recognizes PHP doc. It generates a set of PHP classes that mirror your database schema. It generates a set of JavaScript/jQuery classes allowing for simple client side display and modification. It generates an easy-to-use Web-service for accessing your database. An AJAX enabled field can be produced simply by printing the input field. Input fields are validated for their type. MADAL includes the whole set of default jQuery UI themes for styling of your pages.
MariaDB is a database server that offers drop-in replacement functionality for MySQL. It is built by some of the original authors of MySQL, with assistance from the broader community. In addition to the core functionality of MySQL, it offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches.