conditionally compile sqlite

This commit is contained in:
chrislu
2022-04-21 01:22:38 -07:00
parent 3885374edf
commit 4aa39ef33f
4 changed files with 14 additions and 4 deletions

9
weed/filer/sqlite/doc.go Normal file
View File

@@ -0,0 +1,9 @@
/*
Package sqlite is for sqlite filer store.
The referenced "modernc.org/sqlite" library is too big when compiled.
So this is only compiled in "make full_install".
*/
package sqlite