File: nopostgresql.go

package info (click to toggle)
golang-github-smallstep-nosql 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: makefile: 36
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
8
//go:build nopgx
// +build nopgx

package postgresql

import "github.com/smallstep/nosql/database"

type DB = database.NotSupportedDB