From 8a385cba6a21017e680935562a9a74499aa3fa19 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Thu, 21 May 2026 15:54:56 +0300 Subject: [PATCH] docs(readme): clarify this is a BaraDB fork of nim-allographer --- clients/nim-allographer/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clients/nim-allographer/README.md b/clients/nim-allographer/README.md index e68ba65..d0691af 100644 --- a/clients/nim-allographer/README.md +++ b/clients/nim-allographer/README.md @@ -1,6 +1,11 @@ -allographer +allographer (BaraDB Fork) === +> **⚠️ This is a fork of [itsumura-h/nim-allographer](https://github.com/itsumura-h/nim-allographer) with added [BaraDB](https://github.com/katehonz/barabaDB) driver support.** +> The original library supports SQLite3, PostgreSQL, MySQL, MariaDB and SurrealDB. This fork adds a pure-Nim BaraDB driver using the native wire protocol. + +--- + [![nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/yglukhov/nimble-tag) ![Build Status](https://github.com/itsumura-h/nim-allographer/workflows/Build%20and%20test%20Nim/badge.svg)