View on GitHub
Quickappz
Documentation for Quickappz
On this page
Database
- Codevify currently supports MySQL, with MS-SQL & Oracle-SQL in the testing phases.
- Use the Database Wizard in the menu on the left to upload your database schema.
- Click on Tables and choose the .sql file. The .sql file is parsed and you can choose which tables you want to work with. Check those boxes! Your chosen tables get listed in the left menu when you click OK.
- You can import multiple databases this way. You can choose different MySQL databases (SQL files), use tables out of each and fuse them together to build your application, as long as you can define the relationships between those tables.