8 How do I build data-driven applications?
AEGIS includes the ability to handle both flat files and SQL databases.
The flat file support includes the ability to read and write both sequential text files and regular record files.
Inline SQL is supported directly in the AEscript language. The SQL statement is passed directly to the appropriate database driver, and the data cursor results are available as variables in your program. Database drivers are already written for a number of popular SQL engines, including MiniSQL, MySQL, D3 and Postgres, and work continues on interfaces to more popular databases.