Skip to content

Commit ca37fea

Browse files
tslocumglebarez
authored andcommitted
Document fork
1 parent e6de9fc commit ca37fea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
This is a pure-Go SQLite driver for Golang's native [database/sql](https://pkg.go.dev/database/sql) package.
66
The driver has [Go-based implementation of SQLite](https://gitlab.com/cznic/sqlite) embedded in itself (so, you don't need to install SQLite separately)
77

8+
This is a fork of [cznic/sqlite](https://gitlab.com/cznic/sqlite) with changes to make it compatible with [GORM](https://github.com/go-gorm/gorm).
9+
810
# Usage
911

1012
## Example

0 commit comments

Comments
 (0)