ezdb

EzDb is a framework that allows one to easily interact with SQLite databases.

Note that importing ezdb does not import all subpackages automatically. It only exports symbols interesting to users of the library, not ones that are only have used internally. These symbols can be imported separately using the right packages.

Modules

driver
module ezdb.driver

This module contains drivers implementing repository backends.

entity
module ezdb.entity

Contains several attributes used in SQL databases.

foreign
module ezdb.foreign

Contains definitions and helper functions for foreign keys.

repository
module ezdb.repository
Undocumented in source.

Public Imports

ezdb.repository
public import ezdb.repository;
Undocumented in source.
ezdb.driver.common
public import ezdb.driver.common;
Undocumented in source.

Members

Imports

foreign (from ezdb.foreign)
public import ezdb.foreign : foreign;
Undocumented in source.
primaryKey (from ezdb.entity)
public import ezdb.entity : primaryKey;
Undocumented in source.

Meta