Create your Web database applications with DaDaBIK

DaDaBik is Free Software that you can use (writing little or no code by hand!) to create PHP-based Web applications that even users with little previous experience can use to manage several types of (already existing) relational databases.


I’m happy to report that, after a quite long stop, development of DaDaBIK recently restarted. The result, which you can see in the screenshots in this page, is version 4.3: the images come by a demo accounting application created using DaDaBIK without writing any code manually.

Customer table, with support for images and other files

Customer table, with support for images and other files


With the Web database applications developed with DaDaBIK you can directly insert images or any other type of file in the database. The applications are also themable, so it is easy to visually integrate them in your already existing website.

Invoice detail

Invoice detail

DaDaBIK is developed in Italy by Eugenio Tacchini, but the interface and documentation for users and developers are also available in English and other languages.


DaDaBIK is NOT PhPMyAdmin!

An important thing that you should not overlook is that DaDabik is not an alternative to programs like PHPMyAdmin. I asked Eugenio to explain the difference, and this is how he summarizes it:

The goals of PhPMyAdmin and DaDaBIK are different and in a sense they complement each other. PhPMyAdmin is a ready-to-use DB administration tool, while DaDaBIK is software to create, in the simplest possible way, generic Web interfaces aimed at unexperienced end users. Another very important difference between the two programs is that DaDaBIK is database agnostic. Today it already supports MySQL, PostgreSQL, Oracle and SQL Server and I plan to add support for even more databaseS in the future, starting with SQLite and IBM DB2.

Did you like this? Share it:

About marco

Author of the Digital Citizens Basics online course. Freelance writer and trainer specialized in digital rights issues
This entry was posted in Uncategorized and tagged , , , , . Bookmark the permalink.

4 Responses to Create your Web database applications with DaDaBIK

  1. Pingback: Tweets that mention Create your Web database applications with DaDaBIK | Free Software Tips and Tricks at Zona-M -- Topsy.com

  2. NiallB says:

    I used this for a quick prototype nearly 2 years ago.
    Really pleased to hear it’s back under development.

  3. Silvia Cravcenco says:

    See http://crudin.smarc.com.br/en

    Crudin is a mature system written in PHP that reads a MySQL database and dynamicly generates an interface with CRUD (Create,Read,Update and Delete) features.

    You can use it to save hours and hours of programming when you have to build a custom CMS system, extranet or when you have to manage the content contained in a MySQL database

    The Crudin not generates php files, it directly generates the interface. With a change in the database the system automatically fits, without any line of programmming.