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
Hot source dir is a folder containing all the files used to generate your FADA application. This is the source code.
Hot source dir is created when you turn to application modification mode.

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