quill-d v0.1.4 (2016-03-05T16:19:36Z)
Home
Dub
Repo
Model
quill
database
Undocumented in source.
version(unittest)
class
Model {
@
bind
("id")
int
id
;
@
bind
("name")
string
name
;
@
bind
("title")
string
title
;
this
(string name);
this
();
}
Constructors
this
this
(string name)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Variables
id
int
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
title
string
title
;
Undocumented in source.
Meta
Source
See Implementation
quill
database
classes
BindModel
Database
FullModel
Model
OmitModel
functions
all
createMysqlConnection
createPostgresConnection
createSqliteConnection
teardown