main

mattermost/focalboard

Last updated at: 29/12/2023 09:49

sqlite.go

TLDR

The provided file sqlite.go is responsible for importing the SQLite driver in the sqlstore package.

Classes

No classes found in the file

//go:build sqlite3

package sqlstore

import _ "github.com/mattn/go-sqlite3" // sqlite driver