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