How does it work?

FADAcore is a desktop application for Linux and Windows

It opens an SQLite database and retrieves the following from it:

  • user data, stored in SQLite tables;
  • business logic: SQLite views and triggers, FADA SQL scripts;
  • user interface settings stored in specific SQLite tables (FADA tables)

FADA tables contain all the information that turns FADAcore into a FADA application:

  • launchers for creating menus and buttons;
  • the properties of your tables, views, and fields, to enhance the user interface;
  • scripts for creating actions.
Launchers editor

Scripts allow for:

  • SQL queries
  • C-style conditions and loops
  • Typed variables
  • Various user dialogs
User dialog
Script editor

Script editor with syntax highlighting and auto-completion.