Adminer - Database management in a single PHP file Adminer Editor - Data manipulation for end-users https://www.adminer.org/ Supports: MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB, Firebird Requirements: PHP 5+ Apache License 2.0 or GPL 2 adminer/index.php - Run development version of Adminer editor/index.php - Run development version of Adminer Editor editor/example.php - Example customization plugins/readme.txt - Plugins for Adminer and Adminer Editor adminer/plugin.php - Plugin demo adminer/sqlite.php - Development version of Adminer with SQLite allowed editor/sqlite.php - Development version of Editor with SQLite allowed adminer/designs.php - Development version of Adminer with adminer.css switcher compile.php - Create a single file version lang.php - Update translations tests/katalon.html - Katalon Automation Recorder test suite If downloaded from Git then run: git submodule update --init
Database management in a single PHP file
Adminer - Database management in a single PHP file Adminer Editor - Data manipulation for end-users https://www.adminer.org/ Supports: MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB, Firebird RequiremeA rebase of #137 on current master.
:+1: I tested it and it enables most of the Export functionality.
- modify .gitignore to allow use index.php in root directory
P.S. sorry if something wrong. This is my first pull request ever.
https://www.postgresql.org/docs/8.3/catalog-pg-attrdef.html
According to this page, the fix in this PR should work from PG 8.3 on.
- Add auto-refresh capability
- Add ability to show full queries in table
::file-selector-button
got standardised.
Thanks for maintaining this!
The current hydra theme version is 2 years old. There's a horizontal scroll bug that prevents view columns beyond edge of screen, esp difficult for small screens with big tables. This fixes that.
Thanks!
Fix github recursive clone.
Read more on this here: https://github.blog/changelog/2021-08-12-git-password-authentication-is-shutting-down/
With this Pull Request I have fixed the unicode string handling. All unicode strings are prefixed with a "N" so they are treated correct.
While using explicitly mysqli
as driver the server certificate verification is switched to false by default, using Standard driver PDO
it can't be disabled. There are some use-cases making that the only way to use TLS (e.g. running with Self-Signed Certificates in Docker).
No PHP-Skills, so please check :)