express-admin
express-admin copied to clipboard
MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
There's a mildly unsettling FOUC distracting from this otherwise excellent library.
* Running `node ./node_modules/express-admin/app.js express-admin-examples/config/pg/` errors with `password authentication failed for user "liolio"`. * The password and database setup seem to be correct, because providing the same password to `psql...
Currently, Heroku needs the port been set by environment variable. There's any other option to express-admin work with $PORT from heroku?
I have been trying to use the orderBy filter inside tables but its not working and show me internal server error. Is this feature not implemented yet ? **Edit:** I...
I'm using Datepicker to save to a posgres TIMESTAMP WITH TIME ZONE, I can't find in the documentation any way to save timestamp with the local time zone, so then...
For the following column type as I got from _settings.json_ the display is not correct and produces errors when saving. > { > "name": "created_at", > "verbose": "created_at", > "control":...
When running `admin ./sample`, prompts do not ask you for a hostname. If you don't have a database running on your computer, the cli will then throw an error after...
Why are boolean types maped to 'char' instead of 'boolean' ? With the default express-admin, I get an error "out of range" when trying to edit a table that has...
I'm not sure if this has been discussed/considered before. Currently, the configuration files (`config.json`, `settings.json`, `custom.json`, and `users.json`) _have_ to be JSON files since they are [hardcoded](https://github.com/simov/express-admin/blob/7b7e898b0d188b6f54b79ac234622f37ec64c228/app.js#L302-L305) as such in...