mySQL
FastApps lets you build apps on top of your existing mysql database.
For example, you can pull data from mysql and display it along side your Redis data. Build an app that lets you manage existing mysql records while still maintaining data integerity by using form validation.
Data Access Features
- Create: Add new records
- Read: Query existing records and display them with the Table component or Chart component
- Update: Update existing records
- Delete: Delete existing records
- Join: Combine mysql data with other databse integrations
- FastApps lets you display information from all your datasources in a single tool
Learn How to connect to mySQL in just a few minutes.
Looking for code examples? Read the docs
Ready to start building with mySQL