module Sequel::Fdbsql

Top level module for holding all FoundationDB SQL Layer related modules and classes for Sequel.

Constants

CONVERTED_EXCEPTIONS

Array of exceptions that need to be converted. JDBC uses NativeExceptions, the native adapter uses PGError.