1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

MongoDB: database list, table list, indexes, basic select

This commit is contained in:
Jakub Vrana
2013-08-08 13:24:20 -07:00
parent e85aff166f
commit 646fb067ca
10 changed files with 304 additions and 9 deletions

View File

@@ -693,7 +693,7 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
}
function support($feature) {
return preg_match('~^(database|table|sql|indexes|view|trigger|variables|status|dump|move_col|drop_col)$~', $feature);
return preg_match('~^(database|table|columns|sql|indexes|view|trigger|variables|status|dump|move_col|drop_col)$~', $feature);
}
$jush = "sqlite";