Skip to content

JR-1991/sdrdm-database

Repository files navigation

sdrdm-database

Version Tests Integration

This is the sdRDM DB interface to create tables from a markdown model and insert/retrieve data from it.

Installation

To get started with the sdRDM DB interface, you can install it via pip:

# Base installation
pip install sdrdm_database

# MySQL
pip install "sdrdm_database[mysql]"

# PostgreSQL
pip install "sdrdm_database[postgres]"

or directly from the GitHub repository:

pip install git+https://github.com/JR-1991/sdrdm-database.git

Examples