package
0.0.0-20220310001652-86fb063ac326
Repository: https://github.com/wos-project/wos-core-go.git
Documentation: pkg.go.dev

# Functions

CloseDatabase closes the database.
DropAllTables drops all tables and relations, only works with local database in debug mode.
InitializeDatabase opens and migrates the database if necessary.
OpenDatabase opens the database and returns a handle.

# Constants

deleted.
enabled.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Db is the global database reference.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PointGeo is a manually serialized postgis point.
No description provided by the author

# Type aliases

JSONMap defiend JSON data type, need to implements driver.Valuer, sql.Scanner interface.