Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2026 Changes in this version + const DefaultPort + const DriverName + const SSLModeDisable + const SSLModeRequire + const SSLModeVerifyCA + const SSLModeVerifyFull + var ErrBusy = errors.New("lsqlited: database is locked") + var ErrResponseTooLarge = errors.New("lsqlited: result exceeds the maximum message size") + var ErrTimeout = errors.New("lsqlited: query timed out") + var ErrTooManyRows = errors.New("lsqlited: result exceeds the row limit") + type Driver struct + func (d *Driver) Open(dsn string) (driver.Conn, error) + func (d *Driver) OpenConnector(dsn string) (driver.Connector, error) + type ServerError struct + Code string + Message string + func (e *ServerError) Error() string + func (e *ServerError) Is(target error) bool