Welcome!
About
After a long time I decided to make this project public.
The tools have now reached maturity and can manage very well databases.
The purpose of this program is to make easier the programmer's work.
All tools are very fast, small, and easy to use.
News
EdLiteAdmin version 3.x available with sqlite3 and pdo_sqlite extension.
EdMyAdmin version 3.x available with mysqli and pdo_mysql extension.
EdMongoAdmin version 1.x available with mongodb extension.
EdMyAdmin
EdMyAdmin is a faster full alternative for phpmyadmin.
Web based mysql admin tool.
Only one file ~130KB.
Small, fast, and contain all necessary operation for manage mysql.
Download: ZIP TAR
Requirements:
- edmyadmin version 3.x work with mysqli and pdo_mysql
- php from 5.4.0
- php mysqli and/or pdo_mysql extension
- mysql from 5.1.30
Features:
- CRUD for database, table, view, trigger, routine, event
- Copy table in another database
- Change table name (changing table name in view and in trigger)
- Change a field from table (changing field name in view and in trigger if exist)
- Drop the field from table (droping view if contain that field)
- Delete the table (delete associated views, triggers)
- Import sql, csv, json, xml, gz, zip
- Export sql, csv, json, xml, spreadsheet and word with optional pack gz or zip
- User management
- Flash messages in the right corner (It appears for 7 seconds; with double click on message disappear)
- Delete with confirm message
- Running with mod rewrite
- And much more...
Rules:
CSV & JSON Import
- File name must be the same as the table name
- CSV first row must be defined the table fields name
Search
- For default show must click on "reset search" link
GZ and Zip Import
- File name format: [filename].[format].[extension]
filename: for csv and json need to be same with the table name
format: sql, csv, json
extension: gz or zip
Reporting bugs
Submit a new issue, and leaving as much information about the bug as possible.
EdLiteAdmin
Web based sqlite3 admin tool.
Only one file ~80KB.
Small, fast, and contain all necessary operation for manage sqlite.
Download: ZIP TAR
Requirements:
- php from 5.4.0
- php sqlite3 and/or pdo_sqlite extension
Optional Settings:
- $ext => sqlite database extension (default: .sqlite)
- $passwd => login password (default: null)
Features:
- CRUD for database, table, view, trigger
- Copy table in another database
- Change table name (changing table name in view and in trigger)
- Change a field from table (changing field name in view and in trigger if exist)
- Drop the field from table (droping view if contain that field)
- Delete the table (delete associated views and triggers)
- Import sql, csv, json, xml, gz, zip, sqlite/db
- Export sql, csv, json, xml, sqlite, spreadsheet and word with optional pack gz or zip
- Flash messages in the right corner (It appears for 7 seconds; with double click on message disappear)
- Delete with confirm message
- Running with mod rewrite
- And much more...
Rules:
- When creating the database is not required extension
CSV JSON Import
- File name must be the same as the table name
- CSV first row must be defined the table fields name
Search
- For show all must click on "reset search" link
GZ and Zip Import
- File name format: [filename].[format].[extension]
filename: for csv and json need to be same with the table name
format: sql, csv, json, sqlite or default database extension
extension: gz or zip
Reporting bugs
Submit a new issue, and leaving as much information about the bug as possible.
EdMongoAdmin
Web based mongodb admin tool.
Only one file ~40KB.
Small, fast, and contain all necessary operation for manage mongodb.
Download: ZIP TAR
Requirements:
- php from 7.0
- php mongodb extension: pecl mongodb page
Features:
- CRUD for database, collection, view, indexes
- Change collection name
- Import json, xml, gz, zip
- Export json, xml, with optional pack gz or zip
- User management
- Flash messages in the right corner (It appears for 7 seconds; with double click on message disappear)
- Delete with confirm message
- Running with mod rewrite
- And much more...
Rules:
JSON Import
- JSON file name must be the same as the table name
Search
- For show all must click on "reset search" link
GZ and Zip Import
- File name format: [filename].[format].[extension]
filename: for json need to be same with the collection name
format: json, xml
extension: gz or zip
Reporting bugs
Submit a new issue, and leaving as much information about the bug as possible.
EdPgAdmin
Web based postgresql admin tool.
Only one file ~90KB.
Small, fast, and contain all necessary operation for manage postgresql.
Download: ZIP TAR
Requirements:
- php from 7.0
- php pdo postgresql extension
Features:
- CRUD for database, tables, views, indexes
- Change table name
- Import sql, csv, json, xml, gz, zip
- Export sql, csv, json, xml, spreadsheet and word with optional pack gz or zip
- User management
- Flash messages in the right corner (It appears for 7 seconds; with double click on message disappear)
- Delete with confirm message
- Running with mod rewrite
- And much more...
Rules:
JSON Import
- JSON file name must be the same as the table name
Search
- For show all must click on "reset search" link
GZ and Zip Import
- File name format: [filename].[format].[extension]
filename: for json need to be same with the collection name
format: sql, csv, json, xml
extension: gz or zip
Reporting bugs
Submit a new issue, and leaving as much information about the bug as possible.