[][src]Crate rsfbclient

Rust Firebird Client

Modules

prelude

Structs

Connection

A connection to a firebird database

ConnectionBuilder

The default builder for creating database connections

FbError
FirebirdConnectionManager
Row

A database row

Statement
Transaction

Enums

Dialect

Firebird sql dialect

Traits

Execute

Implemented for types that can be used to execute sql statements

IntoParam

Implemented for types that can be sent as parameters

Queryable

Implemented for types that can be used to execute sql queries