53 projects tagged "JavaScript"
Squarebase is a Web-based interface for MySQL databases. The basic idea is that it builds a database (called the "metabase") that describes the structure of the database. The information in the metabase is used to format lists and forms for browsing and editing the contents of the database.
SynApp2 is a development tool that generates database-backed Web applications by processing your MySQL or Oracle schema definition and producing the Web pages used to manage your data. It does more than an admin tool or file manager by considering table relations as a cohesive whole that drives the generation of a complete application that smoothly integrates your entire database design, complete with PDF reports. It is open, compact, efficient, and compatible with the tools and technologies you’re using now.
The Xataface DataGrid Module is an add-on module for the Xataface application framework that adds an editable grid component to your applications. It uses the Ext JS JavaScript library to create the grid. It allows users to edit records, add new rows, sort rows, reorder columns, show/hide columns, and toggle to full-screen mode. Changes are automatically saved in the background by AJAX. The module is fully integrated into the Xataface permissions system.
Pork.Generator is a Web based tool to inspect your databases and generate Pork.dbObject based code. The generator analyzes the relations in your database by trying to match primary keys to fields of other tables. If you have created your table structure following some simple rules, this project can either create a complete CRUD (Create, Read, Update, Delete) interface into a .zip file, or just output your complete database schema into O/R mapped objects. Pork.dbObject is an Object-Relation mapper for PHP 5 that attempts to be easy, fast, and lightweight.
VFront is a dynamic Web-based front-end for MySQL or PostgreSQL databases. It is written in PHP and Javascript. With it, you can create masks to manage your data in AJAX style, different rules and privileges for groups, reports in XML, HTML, and PDF format, statistics, and much more.