|
|
|
|
|
by lelandbatey
814 days ago
|
|
This seems less like "not a single line of code" and more "all the code comes from the database". But not everything about an app is in the DB. Since this is "just the DB", the interface seems like an HTML/JS version of a DB UI (Sequel Pro, DBeaver, etc) which is a good place to start. But for an Admin app, I want to be able to ADD actually relevant only to my business logic extensions and enhancements. Can I add more functionality to a Dashpress once it's set up? Can I plug other behaviors into it? Cause that's the value I want, otherwise I can get a nice table level view from any DB client tool I happen to have. Also, why is this different from other offerings e.g. PHPMyAdmin? |
|
We also have roles and permissions, change history and so much more.
You can write custom logic, i.e raw javascript to logically render the table/details page, manipulate the forms, write custom validations etc.