sequelize-admin
sequelize-admin copied to clipboard
A connect module for managing database entries of registered sequelize models.
saw last commit was on 2013, and got the following error when trying out: ``` GET /admin/api: { modelName: undefined, identifier: undefined } TypeError: Cannot read property 'daos' of undefined...
Is there any info on how to install this package? Can't find it via npm and I'm not sure how to integrate it into my application. I read the read-me...
I'm not really a fan of URL-based authentication, I'd rather have hashed and salted session-based authentication wherever possible. I also don't think that not having authentication should be possible. I...
Similar to how Django admin allows for only a select number of attributes in the table and edit/view. I am in great need for an admin panel for Sequelize so...