2018-11-09 20:02:28 +00:00
|
|
|
// Copyright (C) 2018 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
2018-12-05 14:03:23 +00:00
|
|
|
package dbx
|
2018-11-09 20:02:28 +00:00
|
|
|
|
|
|
|
// go:generate dbx.v1 schema -d postgres -d sqlite3 accounting.dbx .
|
2018-12-05 14:03:23 +00:00
|
|
|
// go:generate dbx.v1 golang -d postgres -d sqlite3 -p dbx accounting.dbx .
|