first commit

This commit is contained in:
pvincent
2020-09-20 18:23:59 +04:00
commit e5b76b59cb
11 changed files with 3148 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
Haxe DB Admin
=============
Database Admin interface for Haxe Records
* list all tables and enable to browse / search / edit / insert / delete
* view haxe and neko serialized data in clear and allow edit with -lib hscript
* allow to sync changes made in database schema : fields added/removed/changed type/renamed
* only tested with Neko/MySQL and PHP/MySQL
How to setup :
* map sys.db.Admin.handler() to "/db" URL on your website
* make sure it's only accessible by power users
* for best usage copy `db.css` from dbadmin directory to your website /css directory
* you can also use sys.db.Admin.initializeDatabase() which replaces sys.db.TableCreate
* enjoy !