Janne Cederberg dedbd01f64 Tabs must also be escaped in JSON strings
If database table data contains tab characters (0x09) then those
must also be escaped along with newlines and carriage returns for
the resulting JSON file to be valid.
2017-02-18 17:51:55 +01:00
2015-09-10 09:26:36 -07:00
2013-12-22 06:56:13 -08:00
2014-11-11 08:41:58 -08:00
2017-02-18 17:37:12 +01:00
2015-09-10 09:26:36 -07:00
2013-08-08 17:20:14 -07:00
2015-09-10 09:26:36 -07:00

Adminer - Database management in a single PHP file
Adminer Editor - Data manipulation for end-users

https://www.adminer.org/
Supports: MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch
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
compile.php - Create a single file version
lang.php - Update translations
tests/selenium.html - Selenium test suite
Description
Database management in a single PHP file
Readme 33 MiB
Languages
PHP 67.9%
CSS 22.2%
HTML 7.7%
JavaScript 2.2%