Documentation ¶
Index ¶
Constants ¶
View Source
const ( MAX_OWNER_NAME_LENGTH = 44 // ETH addresses are 42, Solana are 44 MAX_IDENT_NAME_LENGTH = 128 // reasoning for this value? Also, does this apply to table names, which are potentially long with a schema prefix? )
max name lengths
View Source
const ( MAX_TABLE_COUNT = 100 MAX_COLUMNS_PER_TABLE = 50 // per table MAX_ATTRIBUTES_PER_COLUMN = 5 // per column )
table restrictions
View Source
const ( MAX_INDEX_COUNT = 100 MAX_INDEX_COLUMNS = 5 )
index restrictions
View Source
const ( MAX_QUERY_COUNT = 400 MAX_PARAM_PER_QUERY = 50 MAX_WHERE_PER_QUERY = 3 )
query restrictions
View Source
const ( MIN_WALLET_LENGTH = 42 MAX_WALLET_LENGTH = 44 )
wallets
View Source
const (
MAX_ROLE_COUNT = 50
)
role restrictions
Variables ¶
This section is empty.
Functions ¶
func CheckAddress ¶
func ValidateDBID ¶
func ValidateIdentifier ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.