Content deleted Content added
→top: update link |
m →References: HTTP to HTTPS for SourceForge |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 11:
| website = {{URL|http://www.optimalbpm.se/wiki/index.php/QAL}}
}}
'''QAL''' is an open
== Description ==
Sources and destinations include different database backends, file formats like [[comma-separated values|<code>.csv</code>]], [[XML]] and spreadsheets. Even [[tag soup|untidy HTML]] web pages can be used as both a source and destination.
For [[:Category:Relational database management systems|SQL/RDBMS backends]], it has a database abstraction layer that supports basic connectivity to [[Postgres]], [[MySQL]] / [[MariaDB]], [[IBM
With regards to [[SQL]], QAL uses a subset of SQL features<ref>[http://optimalbpm.se/api/qal/qal.sql.html#qal.sql.sql SQL features supported]{{Dead link|date=July 2025 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> and data types,<ref>[http://optimalbpm.se/api/qal/_modules/qal/sql/types.html#data_types SQL data types]{{Dead link|date=July 2025 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> which while obviously not complete however is sufficient for most usages. It is however easy to instead use backend-specific SQL when the queries do not have to be backend-agnostic.
It is currently distributed as a Python Library (<code>.egg</code>)<ref>[https://pypi.python.org/pypi/qal PyPi repository page]</ref> and a [[Debian package]] file ([[deb (file format)|<code>.deb</code>]]).<ref>[https://sourceforge.net/projects/qal/files/?source=navbar Downloadable files]</ref>
Line 25 ⟶ 26:
==References==
{{Reflist|30em}}
{{CC-notice|cc=zero|url=
==External links==
* [http://www.optimalbpm.se/wiki/index.php/ QAL Documentation and examples]{{Dead link|date=July 2025 |bot=InternetArchiveBot |fix-attempted=yes }}
* [http://optimalbpm.se/api/qal/index.html API documentation] {{Webarchive|url=https://web.archive.org/web/20170909131730/http://optimalbpm.se/api/qal/index.html |date=2017-09-09 }}
[[Category:Python (programming language) libraries]]
|