Categorygithub.com/mactsouk/sqlite06
modulepackage
0.0.0-20240229194925-33e668a9d0bf
Repository: https://github.com/mactsouk/sqlite06.git
Documentation: pkg.go.dev

# README

sqlite06

# Functions

AddUser adds a new user to the database Returns new User ID -1 if there was an error.
DeleteUser deletes an existing user.
ListUsers lists all users in the database.
UpdateUser is for updating an existing user.

# Variables

Connection details.

# Structs

Userdata is for holding full user data Userdata table + Username.