Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenOrCreateDb ¶
Types ¶
type SqliteApi ¶
func (*SqliteApi) DeleteAllBy ¶
it will delete all rows in db with specified condition
example: name="muka" AND id=1
func (*SqliteApi) Insert ¶
argument 'cols' is a string where you put all columns in which values will be inserted example: name, email argument 'values' is a string with values that will be inserted example: "muka", "cringer@asd.dq"
Click to show internal directories.
Click to hide internal directories.