sqlbuilder ~master (2025-01-26T23:35:43Z)
Dub
Repo
book
sqlbuilder
dataset
Undocumented in source.
version(unittest)
static
struct
book {
@
unique
@
colName
("name")
@
colType
("VARCHAR(100)")
string
title
;
@
refersTo
!
Author
("author",
Spec
.
innerJoin
)
@
colName
("auth_id")
int
author_id
;
BookType
book_type
;
@
primaryKey
@
autoIncrement
int
id
;
}
Members
Variables
author_id
int
author_id
;
Undocumented in source.
book_type
BookType
book_type
;
Undocumented in source.
id
int
id
;
Undocumented in source.
title
string
title
;
Undocumented in source.
Meta
Source
See Implementation
sqlbuilder
dataset
enums
BookType
functions
alwaysRelated
buildTableDef
related
structs
Author
MyBool
book
review
templates
DataSet
staticTableDef