package
0.0.0-20200210144615-c4a604a53d00
Repository: https://github.com/kamilwyszynskifatninja/xo.git
Documentation: pkg.go.dev
# Functions
AuthGroupByID retrieves a row from 'django.auth_group' as a AuthGroup.
AuthGroupByName retrieves a row from 'django.auth_group' as a AuthGroup.
AuthGroupPermissionByGroupIDPermissionID retrieves a row from 'django.auth_group_permissions' as a AuthGroupPermission.
AuthGroupPermissionByID retrieves a row from 'django.auth_group_permissions' as a AuthGroupPermission.
AuthGroupPermissionsByPermissionID retrieves a row from 'django.auth_group_permissions' as a AuthGroupPermission.
AuthPermissionByContentTypeIDCodename retrieves a row from 'django.auth_permission' as a AuthPermission.
AuthPermissionByID retrieves a row from 'django.auth_permission' as a AuthPermission.
AuthUserByID retrieves a row from 'django.auth_user' as a AuthUser.
AuthUserByUsername retrieves a row from 'django.auth_user' as a AuthUser.
AuthUserGroupByID retrieves a row from 'django.auth_user_groups' as a AuthUserGroup.
AuthUserGroupByUserIDGroupID retrieves a row from 'django.auth_user_groups' as a AuthUserGroup.
AuthUserGroupsByGroupID retrieves a row from 'django.auth_user_groups' as a AuthUserGroup.
AuthUserUserPermissionByID retrieves a row from 'django.auth_user_user_permissions' as a AuthUserUserPermission.
AuthUserUserPermissionByUserIDPermissionID retrieves a row from 'django.auth_user_user_permissions' as a AuthUserUserPermission.
AuthUserUserPermissionsByPermissionID retrieves a row from 'django.auth_user_user_permissions' as a AuthUserUserPermission.
DjangoAdminLogByID retrieves a row from 'django.django_admin_log' as a DjangoAdminLog.
DjangoAdminLogsByContentTypeID retrieves a row from 'django.django_admin_log' as a DjangoAdminLog.
DjangoAdminLogsByUserID retrieves a row from 'django.django_admin_log' as a DjangoAdminLog.
DjangoContentTypeByAppLabelModel retrieves a row from 'django.django_content_type' as a DjangoContentType.
DjangoContentTypeByID retrieves a row from 'django.django_content_type' as a DjangoContentType.
DjangoMigrationByID retrieves a row from 'django.django_migrations' as a DjangoMigration.
DjangoSessionBySessionKey retrieves a row from 'django.django_session' as a DjangoSession.
DjangoSessionsByExpireDate retrieves a row from 'django.django_session' as a DjangoSession.
# Variables
XOLog provides the log func used by generated queries.
# Structs
AuthGroup represents a row from 'django.auth_group'.
AuthGroupPermission represents a row from 'django.auth_group_permissions'.
AuthPermission represents a row from 'django.auth_permission'.
AuthUser represents a row from 'django.auth_user'.
AuthUserGroup represents a row from 'django.auth_user_groups'.
AuthUserUserPermission represents a row from 'django.auth_user_user_permissions'.
DjangoAdminLog represents a row from 'django.django_admin_log'.
DjangoContentType represents a row from 'django.django_content_type'.
DjangoMigration represents a row from 'django.django_migrations'.
DjangoSession represents a row from 'django.django_session'.
# Interfaces
ScannerValuer is the common interface for types that implement both the database/sql.Scanner and sql/driver.Valuer interfaces.
XODB is the common interface for database operations that can be used with types from schema 'django'.