Presentation

Flexible and Ambitious Database Application

To use a FADA application

Installs FADAcore and a FADA application.

It's free, free and respectful of your personal data.

To develop a FADA application

Installs FADAcore and develops your FADA database application.

  • FADAcore provides the GUI and data access. It runs on Linux, Mac and Windows.
  • Your FADA application provides business logic. It is a data management software developed and run with FADAcore.

Features of your FADA database application :

  • Desktop application (not online) for Linux, Mac and Windows.
  • Fully ready, powerful and configurable end-user interface.
  • Business logic in SQL.
  • SQLite database.
  • A single file: everything is saved in the SQLite file (business logic and user interface settings).

At the start you will have this (not much):

Ecran vierge FADA

And you're going to create something like that:

Application FADA

Where to start?

I already have a SQLite BDDI'm starting from zero
  • Installs and launches FADAcore.
  • An assistant allows you to create your FADA application from your SQLite BDD.
  • Installs and launches FADAcore.
  • An assistant allows you to create the first tables of your application.
  • Complete your BDD by editing the SQL files (CREATE TABLE, CREATE VIEW...).
  • Enters the FADA properties for your tables, views and fields (description, readonly, color, multiline text...).
  • Associate your tables, views and scripts with your menus.
  • Test your application as it develops.
  • Defined any basic data that will be provided with your application.
  • Distributes your application (a simple SQLite file to open with FADA).
  • Upload updates, FADA retrieves them directly.