proxy.golang.org : github.com/pubgo/schema : v0.0.3
Package schema provides access to database schema metadata, for database/sql drivers. For further information about current driver support status, see https://github.com/jimsmart/schema The schema package works alongside database/sql and its underlying driver to provide schema metadata. Both user permissions and current database/schema effect table visibility. To query column type metadata for a single table, use schema.Table(). To query table names and column type metadata for all tables, use schema.Tables(). See also https://golang.org/pkg/database/sql/#ColumnType Underlying driver support for column type metadata is implementation specific and somewhat variable. The same metadata can also be queried for views.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/pubgo/schema@v0.0.3
Published:
Indexed:
- github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3
- github.com/go-sql-driver/mysql v1.4.1
- github.com/lib/pq v1.1.1
- github.com/mattn/go-sqlite3 v1.10.0
- github.com/onsi/ginkgo v1.8.0
- github.com/onsi/gomega v1.5.0
- github.com/pubgo/errors v0.3.13