package
1.0.0
Repository: https://github.com/ibilalkayy/proctl.git
Documentation: pkg.go.dev

# Functions

Connect establishes a connection to the MySQL database.
CountTableColumns counts the number of columns in a table in the MySQL database.
CreateTable creates a table in the MySQL database using SQL queries from a file.
No description provided by the author
No description provided by the author
No description provided by the author
FindAccount finds an account with the given email and password.
FindBoard finds a board with the given email and board name.
FindDepartment finds the department associated with the given email.
FindMember finds a member with the given email and password.
FindProfile checks if a profile exists for the given email.
No description provided by the author
FindRole finds the role associated with the given email.
FindWorkspace finds workspaces associated with the given email.
FindWorkspaceName finds the workspace with the given email and name.
InsertBoard inserts board data into the database.
InsertDepartment inserts department data into the database.
InsertMemberData inserts member data into the database.
InsertProfileData inserts profile data into the database.
No description provided by the author
InsertRole inserts role data into the database.
InsertSignupData inserts signup data into the database.
InsertWorkspaceData inserts workspace data into the database.
ListProfileInfo lists profile information for the given email.
ListUserInfo lists user information for the given email and password.
UpdateBoard updates board information in the Boards table.
UpdateDepartment updates department information in the Departments table.
UpdateMember updates member information in the Members table.
UpdateProfile updates profile information in the Profiles table.
No description provided by the author
UpdateRole updates role information in the Roles table.
UpdateUser updates user information in the Signup table.
UpdateWorkspace updates workspace information in the Workspaces table.

# Structs

No description provided by the author
No description provided by the author