From bf4cc9b0560b136fff383225c4dba8ac0d26a8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 3 Mar 2022 11:52:43 +0100 Subject: [PATCH] Add notice to our SQLite Gorm driver The Gorm driver README now links to the original code, which was modified to use a different SQLite library. --- pkg/gorm-modernc-sqlite/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/gorm-modernc-sqlite/README.md b/pkg/gorm-modernc-sqlite/README.md index 91876ae8..943a682d 100644 --- a/pkg/gorm-modernc-sqlite/README.md +++ b/pkg/gorm-modernc-sqlite/README.md @@ -1,6 +1,9 @@ # GORM Sqlite Driver -![CI](https://github.com/go-gorm/sqlite/workflows/CI/badge.svg) +This is a clone of the [Gorm SQLite driver](https://github.com/go-gorm/sqlite), +adjusted by Sybren Stüvel to use modernc.org/sqlite instead +of the SQLite C-bindings wrapper. + ## USAGE