DATA SEED is a simple web application that automatically creates User Interface and API for insert, update and delete operations. UI and API are automagically
made available when creating database tables. Entity relations are also supported
✔ No need to rewrite CRUD (create, read, update, delete) UI when creating or changing tables structure
✔ API for CRUD operations is created with zero effort. The same when changing database structure
✔ Many features (reporting, alerts, REST pipes etc.) can be added when upgrading SEED.
✔ It is all FREE.
Move directly from database design to CRUD UI and API, with no line of code:
First, DATA-SEED generates User Interface for the tables you indicate in your Apps. This doesn't mean generating code, but taking table structure and the creating the edit-form on the fly.
We manage the Apps, menus, filters, and any SEED entity in small tables prefixed with "seed_...".
The same happens for API which interprets the entities structure at any call, so no need to generate, maintain any code. In this way, any change in the structure is automatically considered.
Edit-forms and API are generated on the fly, so no code is actually written anywhere.
You can do any number of changes in the database structure and it will work.
Put SEED tables in your database and install SEED in a folder protected with password or protected by firewall. Details here: Installation steps
DATA-SEED PHILOSOPHY:
- NO WASTE. REUSE! Do not re-create what already exists (use MySQL existing tools for designing tables, relations, managing users, or creating or changing views)
- EXPERIMENT FREELY! Change when you need, what you need, without rewriting your interfaces, APIs, or Apps
We are using cookies. Continuing navigating is equivalent with an agreement on this. For details please visit "Terms of use" section!