You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
684 B

4 years ago
  1. Haxe DB Admin
  2. =============
  3. Database Admin interface for Haxe Records
  4. * list all tables and enable to browse / search / edit / insert / delete
  5. * view haxe and neko serialized data in clear and allow edit with -lib hscript
  6. * allow to sync changes made in database schema : fields added/removed/changed type/renamed
  7. * only tested with Neko/MySQL and PHP/MySQL
  8. How to setup :
  9. * map sys.db.Admin.handler() to "/db" URL on your website
  10. * make sure it's only accessible by power users
  11. * for best usage copy `db.css` from dbadmin directory to your website /css directory
  12. * you can also use sys.db.Admin.initializeDatabase() which replaces sys.db.TableCreate
  13. * enjoy !