 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func New(driver string, dsn string, prefix string) configx.Entrypoint
- func NewDAO(o dao.DAO) dao.DAO
- type DAO
- type SQL
- func (s *SQL) Del() error
- func (s *SQL) Get() configx.Value
- func (s *SQL) Init(options configx.Values) error
- func (s *SQL) Save(ctxUser, ctxMessage string) error
- func (s *SQL) Set(data interface{}) error
- func (s *SQL) Val(path ...string) configx.Values
- func (s *SQL) Watch(path ...string) (configx.Receiver, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SQL ¶
type SQL struct {
	// contains filtered or unexported fields
}
    
       Source Files
      ¶
      Source Files
      ¶
    
- dao.go
- sql.go
 Click to show internal directories. 
   Click to hide internal directories.