mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
7 lines
183 B
Go
7 lines
183 B
Go
/*
|
|
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
|