After installing DATA-SEED you can associate your database tables with DATA-SEED Apps and menus, and instantly you can start editing the records from your tables.
If you need to add or change tables, you can do it by using your database tools like phpMyAdmin or whatever, and then you will be able to edit data in DATA-SEED,
with no line of code. This includes relation between tables.
You will find a nice way of navigating between related tables, and edit data without any line of code. And API... automagically created.
1. Create tables and relations in your MySQL database
For creating tables you will use exactly the tools you are familiar with, like phpMyAdmin:
2. Create an App in DATA-SEED
Use [Apps] menu to add a new App:
Click on [Apps] menu, then [Add new] link, and then:
3. Create menus and filters
Use [Menus] menu to add menu for your App; use [Nomenclatures] menu to add filters for your App (nomenclatures plays also the role of filters)::
4. THAT WAS IT! Go to your SEED installation [Home] menu, and find your App, menus, and filters:
You can start editing your data, with no line of code:
API
And don't forget! An API for CRUD (create, read, update, delete) was automagically created!