package
0.0.0-20250302012944-701c1ceec546
Repository: https://github.com/khulnasoft/devsecdb.git
Documentation: pkg.go.dev
# Structs
ColumnMaximumVarcharLengthAdvisor is the advisor checking for maximum varchar length.
ColumnNoNullAdvisor is the advisor checking for column no NULL value.
ColumnRequireAdvisor is the advisor checking for column requirement.
MigrationCompatibilityAdvisor is the advisor checking for migration compatibility.
NamingIdentifierCaseAdvisor is the advisor checking for identifier case.
NamingIdentifierNoKeywordAdvisor is the advisor checking for identifier naming convention without keyword.
NamingTableAdvisor is the advisor checking for table naming convention.
NamingTableNoKeywordAdvisor is the advisor checking for table naming convention without keyword.
SelectNoSelectAllAdvisor is the advisor checking for no select all.
TableDropNamingConventionAdvisor is the advisor checking for table drop with naming convention.
TableNoForeignKeyAdvisor is the advisor checking for table disallow foreign key.
TableRequirePkAdvisor is the advisor checking for table require primary key.
WhereRequireForSelectAdvisor is the advisor checking for WHERE clause requirement for SELECT statement.
WhereRequireForUpdateDeleteAdvisor is the advisor checking for WHERE clause requirement for UPDATE and DELETE statement.