Module rsfbclient::builders[][src]

Structs

NativeConnectionBuilder

A builder for a client using the official ('native') Firebird dll.

PureRustConnectionBuilder

A builder for a firebird client implemented in pure rust. Does not currently support embedded connections.

Functions

builder_native

Get a new instance of NativeConnectionBuilder

builder_pure_rust

Get a new instance of PureRustConnectionBuilder