40b210f604
* fix statdb query to avoid sql injection * use byte array instead of string for node ids in statdb
8 lines
201 B
Go
8 lines
201 B
Go
// Copyright (C) 2018 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package statdb
|
|
|
|
//go:generate dbx.v1 golang -d sqlite3 statdb.dbx .
|
|
//go:generate dbx.v1 schema -d postgres statdb.dbx .
|