Documentation
¶
Index ¶
- type Sqlite
- func (s *Sqlite) CreateStudent(name string, email string, age int) (int64, error)
- func (s *Sqlite) DeleteStudent(id int64) (string, error)
- func (s *Sqlite) GetStudentById(id int64) (types.Student, error)
- func (s *Sqlite) GetStudentList() ([]types.Student, error)
- func (s *Sqlite) UpdateStudent(id int64, name string, email string, age int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sqlite ¶
func (*Sqlite) CreateStudent ¶
Click to show internal directories.
Click to hide internal directories.