Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Query Abstraction Layer
Python library

QAL is an open-source development project that aims to create a collection of libraries for mixing, moving, merging, substituting and transforming data; also in some cases, such as MongoDB, schemas.

We don't have any images related to Query Abstraction Layer yet.
We don't have any YouTube videos related to Query Abstraction Layer yet.
We don't have any PDF documents related to Query Abstraction Layer yet.
We don't have any Books related to Query Abstraction Layer yet.
We don't have any archived web articles related to Query Abstraction Layer yet.

Description

Sources and destinations include different database backends, file formats like .csv, XML and spreadsheets. Even untidy HTML web pages can be used as both a source and destination.

For SQL/RDBMS backends, it has a database abstraction layer that supports basic connectivity to Postgres, MySQL / MariaDB, IBM Db2, Oracle and MS SQL Server.2 It uses XML formats (the SQL schema is self-generated) for representation of queries, transformation and merging, making it all processable by scripts.

With regards to SQL, QAL uses a subset of SQL features3 and data types,4 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 (.egg)5 and a Debian package file (.deb).6

It is related to the Optimal BPM (Business Process Management) project.7 The Optimal BPM SourceForge project used to be DAL/QAL.8

 This article incorporates http://sourceforge.net/projects/qal/ text available under the CC0 license.

References

  1. Sourceforge project page https://sourceforge.net/projects/qal/

  2. Database backends http://optimalbpm.se/api/qal/_modules/qal/dal/types.html#db_types

  3. SQL features supported http://optimalbpm.se/api/qal/qal.sql.html#qal.sql.sql

  4. SQL data types http://optimalbpm.se/api/qal/_modules/qal/sql/types.html#data_types

  5. PyPi repository page https://pypi.python.org/pypi/qal

  6. Downloadable files https://sourceforge.net/projects/qal/files/?source=navbar

  7. Optimal BPM site http://www.optimalbpm.se

  8. Commits breaking it out of Optimal BPM https://sourceforge.net/p/qal/code/ci/19b7acc042fc001bf1398709a5ff7c41907d65f0/log/?path=