An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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:

    Loading...
    Readme
    Loading...