elefant/app-dbman

DB Manager app for the Elefant CMS

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 2

Open Issues: 1

Type:elefant-app

1.0.1 2014-02-24 17:15 UTC

This package is auto-updated.

Last update: 2024-04-22 21:23:15 UTC


README

This is a simple database manager app for the Elefant CMS. To install, unzip it into your apps folder, and you'll see "DB Manager" appear in the Tools menu.

Note: This app should not be used on a production website, as it provides a level of direct access to your database that is not intended for live website editing.

Features include:

  • List/describe tables
  • Browse rows
  • Add/edit/delete rows
  • Input validation
  • Import/export as CSV
  • SQL shell with CSV export
  • Drop tables
  • jQuery UI date/time selectors
  • Command line import/export as JSON
  • Tables with up to 3-column primary keys
  • Configurable joins between tables or to PHP callbacks

Note: Command line JSON importer will clear the database table contents.

Screenshot

DB Manager screenshot