From 11399fde3a9f0b956b796bad784e1d17fa6cbce7 Mon Sep 17 00:00:00 2001 From: Benjamin De Boe Date: Mon, 15 Jun 2026 10:57:18 +0200 Subject: [PATCH] Adding note about official repo Added warning about official InterSystems SQLAlchemy dialect and installation instructions. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4df325..58e3679 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ sqlalchemy-iris === -An InterSystems IRIS dialect for SQLAlchemy. +> [!WARNING] +> This repository offers a community-driven project delivering an IRIS dialect for SQLAlchemy. Since this +> project started, InterSystems has published its own [official +> dialect](https://docs.intersystems.com/iris20261/csp/docbook/DocBook.UI.Page.cls?KEY=GPYDEV_sqlalchemy), +> which is fully supported by [InterSystems Worldwide Response Center (WRC)](https://wrc.intersystems.com/). +> You can install the official dialect using the following command: +> ``` +> pip install sqlalchemy-intersystems-iris +> ``` +> +> This repository is still available for reference, though for new projects you are recommended to consider +> working with the official dialect. + Pre-requisites ---