MSSQL

FastApps lets you build apps on top of your existing microsoft sql database.

For example, you can pull data from mssql and display it along side your Redis data. Build an app that lets you manage existing mssql 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 mssql data with other databse integrations
  • FastApps lets you display information from all your datasources in a single tool

Learn How to connect to MSSQL in just a few minutes.

Looking for code examples? Read the docs

Ready to start building with MSSQL