storj/pkg/statdb/dbx/gen.go
Maximillian von Briesen 40b210f604
Fix statdb query to avoid sql injection (#562)
* fix statdb query to avoid sql injection

* use byte array instead of string for node ids in statdb
2018-10-31 12:18:51 -04:00

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 .