Metadata-Version: 2.1
Name: laboro_database
Version: 0.0.1
Summary: Laboro Database module
Home-page: https://git.mcos.nc/laboro/laboro_database
Author: Michaël Costa
Author-email: michael.costa@mcos.nc
Project-URL: Bug Tracker, https://git.mcos.nc/laboro/laboro_database/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: dev
License-File: LICENSE

---
gitea: none
include_toc: true
---
![Build Status](https://drone.mcos.nc/api/badges/laboro/laboro_database/status.svg) ![License](https://img.shields.io/static/v1?label=license&color=orange&message=MIT) ![Language](https://img.shields.io/static/v1?label=language&color=informational&message=Python)

# laboro_database

This is the **Laboro database module**. Its purpose is to provide a simplified interface to most of all major relational database types.

It supports:
- *PostgreSQL*
- *SQLite3*
- *Oracle*
- *MySQL*

This module is intended to be used by the [**Laboro** is a **NO-Code / Low-Code** workflow manager](https://git.mcos.nc/laboro/laboro).
