Skip to content

Commit cfa3a52

Browse files
committed
note
1 parent 80c0cd8 commit cfa3a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SQLITE_MSG = Using mattn/go-sqlite3
2626
ifeq ($(BUILD_SQLITE),modernc)
2727
SQLITE_MSG = Using modernc/sqlite
2828
GO_TAGS := $(GO_TAGS),sqlite_modernc
29+
$(info NOTE: The 'modernc' backend for SQLite is slower than the default, has not been extensively tested, and is not meant for production use.)
2930
else
3031
ifeq ($(BUILD_SQLITE),mattn)
3132
SQLITE_MSG = Using mattn/go-sqlite3

0 commit comments

Comments
 (0)