class Movie::Persistence::PostgresBackend

Overview

Shared PostgreSQL backend. Every Movie node opens its own bounded pool, while database constraints arbitrate revisions and operation ids.

Defined in:

movie/persistence/postgres.cr

Constructors

Instance Method Summary

Instance methods inherited from class Movie::Persistence::Backend

connect : BackendConnection connect, name : String name

Constructor Detail

def self.new(uri : String) #

[View source]

Instance Method Detail

def connect : BackendConnection #

[View source]
def name : String #

[View source]
def uri : String #

[View source]