shark

Undocumented in source.

Modules

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.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