Documentation ¶
Index ¶
- func SQLiteConn() (*gorm.DB, error)
- type Store
- func (s *Store) Add(i interface{}, t string) error
- func (s *Store) AutoMigrate(i ...interface{}) error
- func (s *Store) Close() error
- func (s *Store) Contains(i interface{}, t string, primary ...interface{}) error
- func (s *Store) Delete(i interface{}, t string, primary ...interface{}) error
- func (s *Store) Get(i interface{}, t string, primary ...interface{}) error
- func (s *Store) List(i interface{}, t string, primary ...interface{}) error
- func (s *Store) Ping() error
- func (s *Store) Update(i interface{}, t string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SQLiteConn ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.