Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2024 Changes in this version + type Conn struct + func (c *Conn) Begin() (driver.Tx, error) + func (c *Conn) Close() error + func (c *Conn) Prepare(query string) (driver.Stmt, error) + func (c *Conn) Query(query string, args []driver.Value) (driver.Rows, error) + type Driver struct + func (d *Driver) Open(name string) (driver.Conn, error)