github.com/simranvc/fabric-ca@v0.0.0-20191030094829-acc364294dde/lib/server/db/sqlite/driver.go (about) 1 // +build !caclient 2 3 /* 4 Copyright IBM Corp. All Rights Reserved. 5 6 SPDX-License-Identifier: Apache-2.0 7 */ 8 9 package sqlite 10 11 import ( 12 _ "github.com/mattn/go-sqlite3" // import to support SQLite3 13 )