Module: Turntables::DbRegistrySql

Included in:
DbRegistry
Defined in:
lib/turntables/sql_modules/db_registry_sql.rb

Overview

The sql for the db registry.

Constant Summary collapse

ExistsSql =
"SELECT COUNT(type) from sqlite_master where type=? and name=?"