Metadata-Version: 2.3
Name: corelibs-db
Version: 2.3.1
Summary: CoreLibs DB Interface
Author: Clemens Schwaighofer
Author-email: Clemens Schwaighofer <clemens.schwaighofer@omc.com>
Requires-Dist: corelibs-datetime>=2.0.1,<3.0.0
Requires-Dist: corelibs-log>=2.0.0,<3.0.0
Requires-Dist: corelibs-stack-trace>=2.0.0,<3.0.0
Requires-Dist: corelibs-var>=2.0.0,<3.0.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# CoreLibs Python DB Interface

This is part of the Python CoreLibs

## Overview

Database Interface

## Install

```sh
uv add --index opj-pypi=https://git.egplusww.jp/api/packages/PyPI/pypi/simple/ corelibs-db
```

## Usage

See <DOCUMENTATION.md>

## Development

See <DEVELOPMENT.md> for detailed development information
