shark

Undocumented in source.

Modules

clause
module shark.clause
Undocumented in source.
database
module shark.database
Undocumented in source.
entity
module shark.entity
Undocumented in source.
impl
module shark.impl
sql
module shark.sql
Undocumented in source.
test
module shark.test
Undocumented in source.
util
module shark.util
Undocumented in source.

Public Imports

shark.clause
public import shark.clause : Clause, var;
shark.database
public import shark.database : Database, DatabaseException;
shark.entity
public import shark.entity : Entity, Bool, Byte, Short, Integer, Long, Float, Double, Char, String, Binary, Clob, Blob, Date, DateTime, Name, PrimaryKey, AutoIncrement, NotNull, Unique, Length;
shark.impl.mysql
public import shark.impl.mysql : MysqlDatabase;
shark.impl.postgresql
public import shark.impl.postgresql : PostgresqlDatabase;

Meta