github.com/adecaro/fabric-ca@v2.0.0-alpha+incompatible/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  )