View Source API Reference Ecto.Adapters.FoundationDB v0.1.2
Modules
This exception is raised when there is a conflict in the tenant used.
This exception is raised when the application uses an Ecto feature that is not supported by the FoundationDB Adapter.
Internal module only used if you are implementing a custom index.
Implement this behaviour to create a custom index.
The Ecto FoundationDB Adapter implements a Layer on the underlying key-value store provided by FoundationDB. Via this layer, some common data access patterns are achieved. For those familiar with relational databases such as Postgres, these patterns will be familiar. However, there are many differences (for example SQL is not supported), so this document seeks to describe the capabilities of the Ecto FoundationDB Layer in detail.
Implement this behaviour to define migrations for Ecto.Adapters.FoundationDB
Options for Ecto.Adapters.FoundationDB
.
Internal module only used if you are implementing a custom index.
A module for managing a sandbox FoundationDB cluster. This allows a developer to create a space under which it should be safe to write tests.
This module allows the application to manage the creation and deletion of tenants within the FoundationDB database. All transactions require a tenant, so any application that uses the Ecto FoundationDB Adapter must use this module.