// Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.26.0 package database type User struct { ID int64 FirstName string Email string }