Skip to content

Commit

Permalink
clearer statements
Browse files Browse the repository at this point in the history
  • Loading branch information
freakout42 committed Sep 27, 2024
1 parent 5837f81 commit 23e0a34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Click on the image for a non technical description:

Introduction
============

**formax** accesses the database and generate a screen that
presents the data. The source form (.inp in practice a
sql-script to create a sqlite3 database) is compiled into a
Expand All @@ -23,8 +24,7 @@ the runtime component. The form is used to view and edit
data in a database driven manner. The environment supplies
builtin record creation, query, delete and update modes,
each with its own default data manipulations. This minimizes
the need for program code. **formax** can be seen as a
"Nocode RAD" (Rapid Application Development).
the need for program code. **formax** is a "Nocode RAD".

The running form has an event driven interface and
implements event handling functions called triggers which
Expand Down Expand Up @@ -54,7 +54,8 @@ technologies including all required enterprise features:
Status
======
Edge 1.5.0 is useable for single block single page forms.
Don't hesitate to create any issues when in trouble.
Don't hesitate to create an issue when in trouble or missing
a feature.

Feature roadmap
---------------
Expand Down

0 comments on commit 23e0a34

Please sign in to comment.