Versions in this module Expand all Collapse all v1 v1.0.0 Jun 25, 2020 Changes in this version + type Client struct + func Connect(uri string) (*Client, error) + func (c *Client) Close() error + func (c *Client) Exec(sql string) error + func (c *Client) GetMigrations() ([]*Migration, error) + func (c *Client) LogCompletedMigration(name string) error + func (c *Client) TryLock() (bool, error) + func (c *Client) Unlock() (bool, error) + type Migration struct + Name string