We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c0cd8 commit cfa3a52Copy full SHA for cfa3a52
Makefile
@@ -26,6 +26,7 @@ SQLITE_MSG = Using mattn/go-sqlite3
26
ifeq ($(BUILD_SQLITE),modernc)
27
SQLITE_MSG = Using modernc/sqlite
28
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.)
30
else
31
ifeq ($(BUILD_SQLITE),mattn)
32
SQLITE_MSG = Using mattn/go-sqlite3
0 commit comments