2019-08-07 07:19:49 +00:00
|
|
|
// Copyright 2018 The Xorm Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
// +build db2
|
|
|
|
|
2021-08-12 05:37:02 +00:00
|
|
|
package integrations
|
2019-08-07 07:19:49 +00:00
|
|
|
|
|
|
|
import (
|
|
|
|
_ "github.com/ibmdb/go_ibm_db"
|
|
|
|
)
|