Categorygithub.com/tunacinsoy/sqlite06
modulepackage
0.1.1
Repository: https://github.com/tunacinsoy/sqlite06.git
Documentation: pkg.go.dev

# Functions

AddUser adds a new user to the database Returns new User ID -1 if there was an error.
No description provided by the author
No description provided by the author
UpdateUser is for updating an existing user.

# Variables

No description provided by the author

# Structs

Most of the time, you need as many structures as there are database tables, however, since this a light package, we can combine fields of Users and Userdata table in one struct.