sqlite03

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 5 Imported by: 0

README

sqlite03

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Filename = ""
)

Functions

func AddUser

func AddUser(d UserData) int

func DeleteUser

func DeleteUser(id int) error

func UpdateUser

func UpdateUser(d UserData) error

Types

type UserData

type UserData struct {
	ID          int
	Username    string
	Name        string
	Surname     string
	Description string
}

func ListUsers

func ListUsers() ([]UserData, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL