Skip to content

Adminer plugin that reverts hiding of database views in Adminer Editor

License

Notifications You must be signed in to change notification settings

vlgalik/adminer-showviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ShowViews

Adminer plugin that reverts hiding of database views in Adminer Editor.

Installation & configuration

Check how to install plugins to Adminer, it's the same for Adminer Editor.

...
$plugins = array(
    // specify enabled plugins here
    new AdminerShowViews()
);
...
// include original Adminer or Adminer Editor
include "./editor.php";

About

Adminer plugin that reverts hiding of database views in Adminer Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages