Versions in this module Expand all Collapse all v0 v0.2.0 Oct 31, 2025 v0.0.1 Oct 23, 2025 Changes in this version + const EngineName + func NewOracle(dsn string) (sqldatabase.Engine, error) + type Oracle struct + func (m Oracle) Close() error + func (m Oracle) Dialect() string + func (m Oracle) Query(ctx context.Context, query string, args ...any) ([]string, [][]string, error) + func (m Oracle) TableInfo(ctx context.Context, table string) (string, error) + func (m Oracle) TableNames(ctx context.Context) ([]string, error)