11 projects tagged "Front-Ends"
Orac is a GUI tool for Database Administrators written in Perl, Tk, and DBI. It organizes many useful DBA scripts into a nice graphical interface, for collecting statistics on your database, or diagnosing problems. It currently supports Oracle, Sybase, and Informix. Richard Sutherland's DDL::Oracle Perl module has been integrated with the current version for the Oracle side of things, greatly improving the Oracle developer options on the program.
Empris (The Emergencies Personnel Information System) is a platform and database independent method for receiving job or volunteer resumes online, and subsequently evaluating, indexing, searching, and managing them. It is ideal for HR managers or volunteer coordinators. It was and is being developed for Oxfam Community Aid Abroad Australia using PHP.
AppWrap is a content management system for enterprises. It is built on a template engine that includes a framework for building SQL tables and allowing users to populate and maintain these tables. Reports using data from these tables can be easily created using another template. It is ideal for quickly Webifying Excel and Word files shared among workgroups and rapidly providing advanced data management and presentation capabilities. It is intended for managing mildly dynamic data without the labor of hand-coding and managing multiple CGI forms and templates, or the expense of CRM systems.
UnixODBC.pm provides Perl programs with a subset of the X/Open ODBC API for use with EasySoft's unixODBC DBMS libraries, as well as a peer to peer API for querying ODBC data sources on networked systems. In addition, it provides peer client and server scripts and configuration files, sample clients that perform ODBC queries on local and networked systems, result set output for RSS feeds, and two multi-host data managers: one that uses Apache and CGI to provide a Web browser interface, and another that uses Perl/Tk.
DBIx::Perform emulates the Informix Perform character terminal-based database query and update utility. Given a screen-description file in the style of the original's, it presents a curses-implemented form for handling a table. If the local version of DBD::whatever supports the column_info method, it can generate such a description file from the schema.
The Data Mine is a search engine designed to make a more useful interface available to users. It is designed around human-computer intelligent interaction considerations. It divides the screen into two halves. One lets you find all the instances of your query's keywords, and the other lets you look through a highlighted version of the results you choose.
pgAdmin III is an administration and management tool for the PostgreSQL database and derivative products such as EnterpriseDB, Mammoth PostgreSQL, Pervasive Postgres, and SRA PowerGres. It includes a graphical administration interface, an SQL query tool with grahical EXPLAIN, a procedural code editor, an SQL/shell/batch scheduling agent, Slony-I management, and much more. It is designed to answer the needs of most users, from writing simple SQL queries to developing complex databases. The graphical interface supports all PostgreSQL features and makes administration easy.