C# Class EventSourcing.SqliteEventStorage.SchemaGenerator

Show file Open project: jhicks/EventSourcing

Public Methods

Method Description
EnsureSchemaExists ( SQLiteConnection connection ) : void

Method Details

EnsureSchemaExists() public static method

public static EnsureSchemaExists ( SQLiteConnection connection ) : void
connection System.Data.SQLite.SQLiteConnection
return void