Plug-in Web Applications > WebDB
posted on 3:56 PM, July 21, 2008
Manage your database records at a low level.
WebDB gives you three views of your data:
- overview of all tables in the database
- list of records from a particular table
- details of a particular record
View 3 displays all columns and values of a record, but then also lists related records (in the format of view 2) from other tables in the database.
Actions/functions are accessed through small icons, and include:
- list records in a table (lists are paginated)
- search a table (you can search on various fields; those records matching ALL of the data you enter will be returned)
- create a new record
- inspect a record
- edit a record
- copy a record
- delete a record (all related [child] records below the deleted record will also be deleted. Deleted records are moved to the Trash.)
Bugs & Issues
If you edit your own login or password, you will no longer authenticate, and will be kicked out of the system, resulting in a "Permission Denied" message. However, the update will have occurred.If you delete publishable data (such as pages), the published versions will remain on disk. It is best to remove publishable CMS data using the CMS tools, so that they are properly unpublished first.