quill.database

Members

Classes

BindModel
class BindModel
Undocumented in source.
Database
class Database

Represents a database that can execute various kinds of SQL Queries

FullModel
class FullModel
Undocumented in source.
Model
class Model
Undocumented in source.

Functions

all
Database[] all()
Undocumented in source. Be warned that the author may not have intended to support it.
createMysqlConnection
Database createMysqlConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
createPostgresConnection
Database createPostgresConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
createSqliteConnection
Database createSqliteConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
teardown
void teardown(Database[] dbs)
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

quill.database_type; quill.mapper; quill.variant_mapper;

Meta

License

The MIT License, see license file

Authors

Chris Barnes