数据库Web管理前端-DaDaBIK
2010-11-16 09:33:53 阿炯

本站赞助商链接,请多关照。

DaDaBIK是一个可灵活定制的数据库前台用于搜索,新增,更新和删除记录。所有你需要做得只是指定一些配置参数。DaDaBIK使用ADOdb数据库抽象层来支持多种DBMS。当前已经测试通过的数据库有:MySQL、PostgreSQL、Oracle和MS SQL Server。


DaDaBIK is a very popular and mature Open Source PHP application which allows you to easily create a highly customizable database front-end/application without coding. You can use it to create in a few minutes a very basic CRUD (create, read, update, delete) database front-end or to develop a more sophisticated database application.

No programming skills are needed to use it; if however you are a PHP programmer with DaDaBIK you can save tens of hours of work.

With DaDaBIK (differently from many competitors) you don't produce a PHP script, which would become outdated when you modify the schema of your database, but instead you directly use its abstraction layer that can be easily updated every time you modify your database's schema.

DaDaBIK uses the ADOdb Database Abstraction Library in order to support as many DBMSs as possible, at the moment it has been tested on MySQL, PostgreSQL, Oracle and MS SQL Server.

The strength of DaDaBIK lies in its ability to be customized. For example for each table field you can choose:
* if the field must be included or not in a search/insert/update form and results table
* its label
* its content format (e.g. numeric, alphabetic, e-mail, url...)
* the HTML input type (e.g. textbox, menu, date, rich text editor, password box...)
* the possible values, also driven from another table (foreign key support)

Other features include file uploading, master/details view, export to CSV, checking for possible duplication during an insert, authentication and authorization restrictions on view/update/delete, e-mail notices.

The graphic layout of DaDaBIK is customizable to help you to embed it in your own site.

DaDaBIK differs from PHPMyAdmin: it has not been created to offer the complete administration of a database, but rather to allow the creation of a customizable and user friendly database application. The target of a DaDaBIK application can be the final user instead of a DB administrator.

DaDaBIK is available in Italian, English, Dutch, German, Spanish, French, Portuguese, Croatian, Polish, Catalan, Estonian, Rumanian, Hungarian, Swedish, Slovak and Finnish.

最新版本:5.1
增加对 SQLite 数据库的支持,以及其它小的改进和bug修复。

官方主页:http://www.dadabik.org/

该文章最后由 阿炯 于 2013-06-17 08:52:52 更新,目前是第 2 版。