Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
related projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Jan 11, 2024
1 parent 1dd9650 commit a5d6bd0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get started with by running the following command

```bash
# Using PIP
python -m pip install git+https://github.com/JR-1991/software-driven-rdm.git
python -m pip install sdRDM
```

Or build by source
Expand All @@ -35,6 +35,13 @@ python3 setup.py install

In the making! 🐛

## 📦 Other sdRDM-related repositories

* [Code generator for GitHub Actions](https://github.com/JR-1991/generate-sdrdm-api/tree/main)
: Deposit your Markdown-based data model in a GitHub repository and automatically generate a Python API upon changes.
* [Create a database from a Markdown-based data model](https://github.com/JR-1991/sdrdm-database)
: Use your data model to create a relational database and interact with it via a Python API.

## ⚠️ License

`sdRDM` is free and open-source software licensed under the MIT License.

0 comments on commit a5d6bd0

Please sign in to comment.