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.
pvincent
9c041ec2a0
|
4 years ago | |
---|---|---|
sys/db | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
db.css | 4 years ago | |
dbadmin.hxml | 4 years ago | |
haxelib.json | 4 years ago |
README.md
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 !