storj/pkg/satellite/satellitedb/dbx/gen.go
Yehor Butko 54cd9491c6
V3-664 Extend User repository. Reimplemented with dbx (#591)
* V3-664 Extend User repository. Reimplemented with dbx

* structure updated

* redundant packages removed, structure simplified

* fixing goimports

* removed constuctor from user struct

* separated types declarations from database file

* test file renamed

* fixes according to review

* fixing goimports

* fixing goimports
2018-11-08 16:19:42 +02:00

8 lines
207 B
Go

// Copyright (C) 2018 Storj Labs, Inc.
// See LICENSE for copying information.
package dbx
//go:generate dbx.v1 golang -d sqlite3 satellitedb.dbx .
//go:generate dbx.v1 schema -d sqlite3 satellitedb.dbx .