Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SQLiteSeeder ¶
type SQLiteSeeder struct {
// contains filtered or unexported fields
}
func NewSQLiteSeeder ¶
func NewSQLiteSeeder(dbPath, seedFile string) *SQLiteSeeder
func (*SQLiteSeeder) Reset ¶
func (s *SQLiteSeeder) Reset() error
func (*SQLiteSeeder) Seed ¶
func (s *SQLiteSeeder) Seed() error
type SqliteToPostgresConverter ¶
type SqliteToPostgresConverter struct {
// contains filtered or unexported fields
}
func (*SqliteToPostgresConverter) Convert ¶
func (c *SqliteToPostgresConverter) Convert() error
Click to show internal directories.
Click to hide internal directories.