Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteClient ¶
type SQLiteClient struct {
SQLiteFile string
// contains filtered or unexported fields
}
func New ¶
func New(sqliteFile string) *SQLiteClient
func (*SQLiteClient) Connect ¶
func (c *SQLiteClient) Connect(config *gorm.Config)
func (*SQLiteClient) DB ¶
func (c *SQLiteClient) DB() *gorm.DB
func (*SQLiteClient) RegisterFlags ¶
func (c *SQLiteClient) RegisterFlags(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.