All Projects → dg → Adminer Custom

dg / Adminer Custom

Customizations for Adminer, the best database management tool written in PHP.

Projects that are alternatives of or similar to Adminer Custom

Zxw.framework.netcore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
Stars: ✭ 691 (+597.98%)
Mutual labels:  oracle, mysql, mongodb, postgresql, sqlite
Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (+77.78%)
Mutual labels:  oracle, mysql, mongodb, postgresql, sqlite
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (+375.76%)
Mutual labels:  mysql, mongodb, postgresql, sqlite
Phpmyfaq
phpMyFAQ - Open Source FAQ web application for PHP and MySQL, PostgreSQL and other databases
Stars: ✭ 494 (+398.99%)
Mutual labels:  mysql, postgresql, elasticsearch, sqlite
Dev Setup
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
Stars: ✭ 5,590 (+5546.46%)
Mutual labels:  mysql, mongodb, postgresql, elasticsearch
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+23891.92%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Sqlprovider
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
Stars: ✭ 423 (+327.27%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Stars: ✭ 26,559 (+26727.27%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Freesql
🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+3008.08%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+648.48%)
Mutual labels:  database-management, mysql, postgresql, sqlite
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+682.83%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (+2993.94%)
Mutual labels:  mysql, mongodb, postgresql, sqlite
Entityframework.exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql
Stars: ✭ 266 (+168.69%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Chloe
A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
Stars: ✭ 1,248 (+1160.61%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Xo
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
Stars: ✭ 2,974 (+2904.04%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Denodb
MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Stars: ✭ 498 (+403.03%)
Mutual labels:  mysql, mongodb, postgresql, sqlite
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-56.57%)
Mutual labels:  mysql, mongodb, postgresql, elasticsearch
Pony
Pony Object Relational Mapper
Stars: ✭ 2,762 (+2689.9%)
Mutual labels:  oracle, mysql, postgresql, sqlite
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: ✭ 245 (+147.47%)
Mutual labels:  oracle, mysql, postgresql, sqlite
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+6293.94%)
Mutual labels:  oracle, mysql, mongodb, postgresql

Adminer Customization

Customizations for Adminer, the best database management tool written in PHP.

  • clean design
  • visual resolution for production/development servers
  • SQL autocomplete plugin
  • plugin that dumps to PHP code
  • plugin that saves menu scroll position

Installation

composer require dg/adminer-custom

Create file index.php somewhere in your document root, for example in subdirectory adminer/:

<?php
touch(__DIR__ . '/adminer.css');
require __DIR__ . '/../../vendor/dg/adminer-custom/index.php'; // CHECK THAT THIS PATH IS CORRECT

And then navigate your browser to this directory (i.e. http://localhost/adminer).

Autologin

If you want to login automatically (use that for non-public environment only, e.g. localhost), you can do that by setting environment variables ADMINER_SERVER, ADMINER_USERNAME and ADMINER_PASSWORD. If you want to be automatically redirected to https, set ADMINER_HTTPS_REDIRECT environment variable to true.

Login page

login page

Tables overview

tables overview

Red top border indicates production server

production server

Use tab for autocomplete

autocomplete

Export as PHP code for Nette Database

export

Export as PHP code for Nette Forms

export

export

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].