Dbm (discuter | contributions) |
Dbm (discuter | contributions) |
||
Ligne 4 : | Ligne 4 : | ||
[[Accueil|<''Retour à la page d'accueil / Back''>]] | [[Accueil|<''Retour à la page d'accueil / Back''>]] | ||
+ | |||
+ | |||
+ | ===SQLfast=== | ||
+ | *'''Type''': High-level programming interface to relational databases | ||
+ | *'''Description''': SQLfast is a language based on SQL and an execution environment devoted to (1) database learning, (2) database application prototyping and (3) fast development of light database applications. The SQLfast language comprises the following components: | ||
+ | :*the SQL language | ||
+ | :*variables in which data coming from a database, external files, computations ou GUI can be stored | ||
+ | :*control structures (if-then-else, for-endfor, calling libraries, calling external applications, stop) | ||
+ | :*reading/writing on external files | ||
+ | :*generation of complex formats (csv, xml, html, rtf, LateX, JSON, Key-value, SQL, tuples, etc. These formats are defined by generic parameters. | ||
+ | :*import processors for standard formats (e.g., dbf, csv, Access) | ||
+ | :*a rich extensible GUI: data entry forms, radio buttons, check buttons, messages, text, images, drawing, charts, composite dialogue boxes, etc. | ||
+ | :*extensibility mechanisms: technical and functional subscripts, Python external applications and libraries, external programs (web browsers, image processors, media processors, Office suite, etc.) | ||
+ | is a scripting language and an environment for the execution of SQLfast scripts. The language is an extension of the tool "SQL-Script Interpreter". It includes SQL but extend it to | ||
+ | *'''Requirements''': Python (portable but first version developed on Windows platforms) | ||
+ | *'''Date''': 2013- | ||
+ | *'''Status''': ongoing | ||
+ | *'''Availability''': Free of charge | ||
+ | *'''References and resources''': | ||
+ | :TBA | ||
<Retour à la page d'accueil / Back>
Sommaire |
is a scripting language and an environment for the execution of SQLfast scripts. The language is an extension of the tool "SQL-Script Interpreter". It includes SQL but extend it to