Architecture

FADA Application

This is an SQLite database containing:

  • tables specific to your application (particularly for storing user data)
  • business logic: SQLite views and triggers, FADA scripts
  • FADA tables to store:
    • FADA properties of tables, views, and fields
    • user interface settings
    • FADA scripts

FADA Source Code


A folder containing all the SQL files used to generate your FADA application. This is the source code.

FADA Source Code in detail

FADAcore Software

Software that allows you to:

  • create and test your FADA application
  • allow the end user to open and use your FADA application
  • update the FADA application as it evolves