//
pkg.gl
Category
github.com/VadimRight/User_Microserver
internal
repository
repositories_query
package
0.0.0-20240813152823-ea47c96e6a3f
Repository:
https://github.com/vadimright/user_microserver.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
15 SLOC
#
Variables
GetAllUsers
go:embed repositories_query/select_all.sql.
GetUserByID
go:embed repositories_query/select.sql.
GetUserByUsername
go:embed repositories_query/select_by_name.sql.
InsertUser
go:embed repositories_query/insert.sql.
IsUserExist
go:embed repositories_query/check_if_user_exists.sql.