DBKiss is a one-PHP-file database browser that is easy to upload and use. It supports MySQL and PostgreSQL and features import/export of data, searching of the whole database or single tables, an advanced SQL editor, saving of templates, multi-query execution with pagination, and more.
| Tags | Database Front-Ends |
|---|---|
| Licenses | BSD Revised |
| Implementation | PHP |
Recent releases


Release Notes: Links in data output are now clickable. Clicking them does not reveal the location of your dbkiss script to external sites.


Release Notes: Support was added for views in PostgreSQL (views were already supported for MySQL). Views are now displayed in a separate listing, to the right of the tables on the main page. Redirection is now secure (meaning that no referer header are sent) when clicking external links, so that the location of the dbkiss script on your site is not revealed.


Release Notes: A feature to export CSV was added in the SQL editor and table view. There were also some other minor fixes in versions 1.06 through 1.08 that freshmeat users were not notified about.


Release Notes: Export of all structure and data takes into account the table name filter on the main page, so you can filter the tables that you want to export.


Release Notes: Exporting of all structure/data was fixed. Cookies are now set using the httponly option.
Recent comments
04 Feb 2011 07:16
Excellent work!
25 Oct 2010 05:49
Great project! I was looking for something exactly like this, but I am greatly missing support for the 'enum' field type...
04 Aug 2009 13:47
For a large-ish postgres 8.3 database, dbkiss fails with ERROR: integer out of range. To fix that, change "(relpages + 1)" to "(relpages::decimal + 1)" in line 1066: decimals won't overflow when computing relsize.
A very usable CMS that enables people to manage their Web sites in great detail.